Expand description
Types and traits for working with serialization and deserialization buffers
Structs§
- DeBytes
Reader - Adapter type which implements double-ended read buffer over byte slice
- DeBytes
Writer - Adapter type which implements double-ended write byte buffer over mutable byte slice
- Read
From Tail - Adapter which implements
ReadBytes
for reading from the end of the buffer. - Write
ToHead - Adapter for always writing to buffer head, even for
write_tail()
- Write
ToTail - Adapter which implements
WriteBytes
for writing to the end of double-ended buffer
Traits§
- Read
Bytes - Simple byte reader from buffer
- Tail
Read Bytes - Trait for reading from the tail of byte buffer
- Tail
Write Bytes - Trait for writer to the tail of byte buffer
- Write
Bytes - Trait for writer to the byte buffer