Skip to main content

Crate le_stream

Crate le_stream 

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

Type Aliases§

Result
Result type with Error as error variant.