Expand description
A library for reading and writing data in little-endian byte order.
Enums§
- Error type for byte stream operations.
Traits§
- Parse an object from a stream of bytes with little endianness.
- Convert an object to a stream of bytes with little endianness.
Type Aliases§
- Result type with
Erroras error variant.