[][src]Module dash7_alp::varint

ALP variable int codec implementation

Constants

MAX

Functions

decode

Decode a byte array as a varint.

encode

Encode the value into a varint.

is_valid

Returns whether the value is encodable into a varint or not.

size

Calculate the size in bytes of the value encoded as a varint.