mirror of
https://github.com/tokio-rs/bytes.git
synced 2026-08-09 00:00:15 +02:00
18 lines
471 B
Markdown
18 lines
471 B
Markdown
# Bytes
|
|
|
|
A utility library for working with bytes.
|
|
|
|
[](https://crates.io/crates/bytes)
|
|
[](https://travis-ci.org/carllerche/bytes)
|
|
|
|
- [API documentation](http://carllerche.github.io/bytes/bytes/index.html)
|
|
|
|
## Usage
|
|
|
|
To use `bytes`, first add this to your `Cargo.toml`:
|
|
|
|
```toml
|
|
[dependencies.bytes]
|
|
git = "https://github.com/carllerche/bytes"
|
|
```
|