Expand description
A library for reading and writing data in little-endian byte order.
Structs§
- Prefixed
- A wrapper type that adds a size prefix to the data it contains.
Enums§
- Error
- Error type for byte stream operations.
Traits§
- Consume
- Consumes a stream of bytes with little endianness to crate an object.
- From
LeStream - Parse an object from a stream of bytes with little endianness.
- From
LeStream Tagged - Parse an object from a stream of bytes with little endianness with a leading tag.
- ToLe
Stream - Convert an object to a stream of bytes with little endianness.
- TryFrom
LeStream - Try to parse an object from a stream of bytes with little endianness.