Expand description
A library for reading and writing data in little-endian byte order.
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.
- ToLe
Stream - Convert an object to a stream of bytes with little endianness.