Crate le_stream

Source
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.
FromLeStream
Parse an object from a stream of bytes with little endianness.
ToLeStream
Convert an object to a stream of bytes with little endianness.

Type Aliases§

Result
Result type with Error as error variant.