ax-codec-bytes 0.1.4

Buffer pooling and bytes crate integration for zero-copy operations and memory-efficient encoding
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "ax-codec-bytes"
version = "0.1.4"
dependencies = [
 "ax-codec-core",
 "bytes",
 "smallvec",
]

[[package]]
name = "ax-codec-core"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1d617958e5f896b65d799545897cf1c1b2b27f33a5a83d25745a57f01ae4eac7"

[[package]]
name = "bytes"
version = "1.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33"

[[package]]
name = "smallvec"
version = "1.15.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"