bytes 1.4.0

Types and traits for working with bytes
Documentation
[dependencies.serde]
default-features = false
features = ["alloc"]
optional = true
version = "1.0.60"
[dev-dependencies.serde_test]
version = "1.0"

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

[package]
authors = ["Carl Lerche <me@carllerche.com>", "Sean McArthur <sean@seanmonstar.com>"]
categories = ["network-programming", "data-structures"]
description = "Types and traits for working with bytes"
edition = "2018"
keywords = ["buffers", "zero-copy", "io"]
license = "MIT"
name = "bytes"
readme = "README.md"
repository = "https://github.com/tokio-rs/bytes"
version = "1.4.0"
[package.metadata.docs.rs]
rustdoc-args = ["--cfg", "docsrs"]
[target."cfg(loom)".dev-dependencies.loom]
version = "0.5"