Cargo Features

BytesBuf has no features set by default.

[dependencies]
bytesbuf = { version = "0.4.0", features = ["bytes-compat", "test-util"] }
bytes-compat

Interoperability with the bytes crate.

Enables bytes

test-util