Skip to content
Snippets Groups Projects
user avatar
Carl Lerche authored
* Get rid of `ByteStr` trait
* `Bytes` is not a concrete type
* Add `BlockBuf`
* Delete lots of cruft
* Performance work
04e0ac75
History

Bytes

A utility library for working with bytes.

crates.io Build Status

Usage

To use bytes, first add this to your Cargo.toml:

[dependencies.bytes]
git = "https://github.com/carllerche/bytes"