Expand description
Zero-copy reader types.
Traits§
- Zero
Copy Reader - A trait for zero-copy readers.
Structs§
- Bytes
Buf - 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]
).