Expand description
Zero-copy 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]). - Take
- Zero-copy reader that limits the number of bytes read.
Traits§
- Container
- A trait that should be implemented by types that can contain other deserializable types.
- Deserialize
- A trait for deserializing types from a zero-copy reader.
- Deserialize
Seed - A trait for deserializing types from a zero-copy reader with a seed.
- Serialize
- A trait for serializing types to a writer.