Structs§
- Array
Codec - Derived
Codec - Option
Bool Codec - Option
EofCodec - Reader
- A reader for reading binary data from a byte slice.
- VecPrefix
Codec - Writer
Enums§
Traits§
- Codec
- Collection
Length - A trait for types that can represent the length of a collection.
- Decode
- A trait for types that can be decoded from a
Reader. - Encode
- A trait for types that can be encoded into a
Writer. - Read
Collection - A trait for reading collections of data from a reader.
- Read
Option - A trait for types that can be read from a Reader as an
Option. - Read
Primitive - A trait that provides methods for reading primitive types with configurable endianness support.
- Write
Collection - A trait for writing collections of data to a writer.
- Write
Option - A trait for types that can be written to a Writer as an
Option. - Write
Primitive - A trait that provides methods for writing primitive types with configurable endianness support.