bytes 0.4.11

Types and traits for working with bytes
Documentation
[dependencies.byteorder]
version = "1.1.0"

[dependencies.either]
default-features = false
optional = true
version = "1.5"

[dependencies.iovec]
version = "0.1"

[dependencies.serde]
optional = true
version = "1.0"
[dev-dependencies.serde_test]
version = "1.0"

[features]
i128 = ["byteorder/i128"]

[package]
authors = ["Carl Lerche <me@carllerche.com>"]
categories = ["network-programming", "data-structures"]
description = "Types and traits for working with bytes"
documentation = "https://docs.rs/bytes/0.4.11/bytes"
exclude = [".gitignore", ".travis.yml", "deploy.sh", "bench/**/*", "test/**/*"]
homepage = "https://github.com/carllerche/bytes"
keywords = ["buffers", "zero-copy", "io"]
license = "MIT"
name = "bytes"
readme = "README.md"
repository = "https://github.com/carllerche/bytes"
version = "0.4.11"
[package.metadata.docs.rs]
features = ["i128"]