[][src]Module spinifex_unsigned_varint::uvarint

Structs

UVarInt

Represents an unsigned variable integer type, compliant with the multiformat of the same name.

Enums

DecodeError

Represents a decoding failure.

EncodeError

Represents an encoding failure.

Constants

BITS_PER_BYTE

Number of bits in a byte.

MAX_UVARINT_NUM_BYTES

Maximum number of bytes in a binary representation for a UVarInt.