Crate lilbig

Source
Expand description

Utilities for swapping the byte-order of in-memory types.

Enums§

ByteOrder
Enumeration providing byte-order variants.

Traits§

ByteOrdered
Trait for converting the byte-order of primitive-esque types.
FieldsByteOrdered
Trait for converting the byte-order of a type whose fields are all encoded in one byte-order.