Module zero_copy

Source
Expand description

Zero-copy reader types.

Traits§

ZeroCopyReader
A trait for zero-copy readers.

Structs§

BytesBuf
A zero-copy reader that wraps a [bytes::Buf].
IoRead
A zero-copy reader that wraps a std::io::Read.
Slice
A zero-copy reader that wraps a byte slice (&[u8]).