linkedbytes 0.1.11

LinkedBytes is a linked list of Bytes and BytesMut.
Documentation
[badges.maintenance]
status = "actively-developed"

[dependencies.bytes]
version = "1"

[dependencies.faststr]
version = "0.2"

[dependencies.tokio]
features = ["io-util"]
version = "1"

[lib]
name = "linkedbytes"
path = "src/lib.rs"

[package]
authors = ["Volo Team <volo@cloudwego.io>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["network-programming"]
description = "LinkedBytes is a linked list of Bytes and BytesMut."
edition = "2021"
keywords = ["bytes", "rpc", "ioslice", "writev", "volo"]
license = "MIT OR Apache-2.0"
name = "linkedbytes"
readme = "README.md"
repository = "https://github.com/volo-rs/linkedbytes"
version = "0.1.11"