Module encoding

Source
Expand description

Helpers for determining integer encoding at compile time.

Structs§

Fixed
A fixed-length integer encoding which encodes something to a little-endian encoding.
FixedLength
A fixed-length encoding which encodes numbers to the width of L and the endianness of B.

Enums§

Variable
Type that indicates that the given numerical type should use variable-length encoding.