Skip to content

Commit

Permalink
README: add badges
Browse files Browse the repository at this point in the history
Signed-off-by: kennytm <[email protected]>
  • Loading branch information
kennytm committed Jan 3, 2020
1 parent 4f5c5ec commit fdec522
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
async-speed-limit
=================

[![Build status](https://github.com/tikv/async-speed-limit/workflows/Rust/badge.svg)](https://github.com/tikv/async-speed-limit/actions?query=workflow%3ARust)
[![Latest Version](https://img.shields.io/crates/v/async-speed-limit.svg)](https://crates.io/crates/async-speed-limit)
[![Documentation](https://img.shields.io/badge/api-rustdoc-blue.svg)](https://docs.rs/async-speed-limit)

Asynchronously speed-limiting multiple byte streams (`AsyncRead` and `AsyncWrite`).

## Usage
Expand Down

0 comments on commit fdec522

Please sign in to comment.