bytes 0.5.2

Types and traits for working with bytes
Documentation
[dependencies.serde]
optional = true
version = "1.0"
[dev-dependencies.loom]
version = "0.2.10"

[dev-dependencies.serde_test]
version = "1.0"

[features]
default = ["std"]
std = []

[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"
edition = "2018"
keywords = ["buffers", "zero-copy", "io"]
license = "MIT"
name = "bytes"
readme = "README.md"
repository = "https://github.com/tokio-rs/bytes"
version = "0.5.2"