bytes 0.2.4

Types and traits for working with bytes
docs.rs failed to build bytes-0.2.4
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: bytes-1.6.0

Bytes

A utility library for working with bytes.

Build Status

Usage

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

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