summaryrefslogtreecommitdiffstats
path: root/tokio-buf/README.md
diff options
context:
space:
mode:
authorCarl Lerche <me@carllerche.com>2019-05-14 10:27:36 -0700
committerGitHub <noreply@github.com>2019-05-14 10:27:36 -0700
commitcb4aea394e6851ae8cc45a68beeaf2c93cc9a0c0 (patch)
tree2158eab230c8717d3b35717e50f14fda6ca0edf1 /tokio-buf/README.md
parent79d88200500f6e6c9970e1ad26469276c1a2f71f (diff)
Update Tokio to Rust 2018 (#1082)
Diffstat (limited to 'tokio-buf/README.md')
-rw-r--r--tokio-buf/README.md8
1 files changed, 1 insertions, 7 deletions
diff --git a/tokio-buf/README.md b/tokio-buf/README.md
index d9f3e5e3..f5d939df 100644
--- a/tokio-buf/README.md
+++ b/tokio-buf/README.md
@@ -6,19 +6,13 @@ Asynchronous stream of byte buffers
## Usage
-First, add this to your `Cargo.toml`:
+Add this to your `Cargo.toml`:
```toml
[dependencies]
tokio-buf = "0.1.1"
```
-Next, add this to your crate:
-
-```rust
-extern crate tokio_buf;
-```
-
You can find extensive documentation and examples about how to use this crate
online at [https://tokio.rs](https://tokio.rs). The [API
documentation](https://docs.rs/tokio-buf) is also a great place to get started