2015-02-09 09:04:18 -08:00
|
|
|
# Bytes
|
|
|
|
|
|
|
|
|
|
A utility library for working with bytes.
|
2015-02-09 21:33:00 -08:00
|
|
|
|
2015-05-19 17:13:21 -07:00
|
|
|
[](https://crates.io/crates/bytes)
|
2015-02-09 21:33:00 -08:00
|
|
|
[](https://travis-ci.org/carllerche/bytes)
|
|
|
|
|
|
2015-02-09 22:47:53 -08:00
|
|
|
- [API documentation](http://carllerche.github.io/bytes/bytes/index.html)
|
|
|
|
|
|
2015-02-09 21:33:00 -08:00
|
|
|
## Usage
|
|
|
|
|
|
|
|
|
|
To use `bytes`, first add this to your `Cargo.toml`:
|
|
|
|
|
|
|
|
|
|
```toml
|
|
|
|
|
[dependencies.bytes]
|
|
|
|
|
git = "https://github.com/carllerche/bytes"
|
|
|
|
|
```
|