Module table

Module table 

Source

MacrosΒ§

const_macro_kinds πŸ”’
fixed_size_enum πŸ”’

StructsΒ§

TableBuilder πŸ”’
Helper for constructing a table’s serialization (also see Table).

ConstantsΒ§

MACRO_KINDS_ATTR_BANG πŸ”’
MACRO_KINDS_DERIVE_ATTR πŸ”’
MACRO_KINDS_DERIVE_ATTR_BANG πŸ”’
MACRO_KINDS_DERIVE_BANG πŸ”’

TraitsΒ§

FixedSizeEncoding πŸ”’
Helper trait, for encoding to, and decoding from, a fixed number of bytes. Used mainly for Lazy positions and lengths. Unchecked invariant: Self::default() should encode as [0; BYTE_LEN], but this has no impact on safety.
IsDefault πŸ”’

FunctionsΒ§

decode_interleaved πŸ”’
encode_interleaved πŸ”’
trailing_zeros πŸ”’