Skip to main content

Module encoding

Module encoding 

Source
Expand description

Details of descriptor item encoding.

Structs§

TagTypeSize
A one-byte tag+type+size value

Enums§

Size
A value indicating the encoded data size.
SizeBits
The bits specifying the data size.
TypeBits
The bits specifying the type of an item.

Functions§

encode_signed
An integer value, in little-endian variable length form.
encode_unsigned
An integer value, in little-endian variable length form.