Files
tokio/tokio-buf/README.md
T

30 lines
691 B
Markdown
Raw Normal View History

# tokio-buf
Asynchronous stream of byte buffers
[Documenation](https://docs.rs/tokio-buf)
## Usage
2019-05-14 10:27:36 -07:00
Add this to your `Cargo.toml`:
```toml
[dependencies]
2019-04-22 15:12:25 -07:00
tokio-buf = "0.1.1"
```
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
for the nitty-gritty.
## License
This project is licensed under the [MIT license](LICENSE).
### Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in Tokio by you, shall be licensed as MIT, without any additional
terms or conditions.