Skip to main content

Module varint

Module varint 

Source
Expand description

§LEB128 Variable-Length Encoding

Enums§

Error
VarInt Error

Functions§

decode
Decodes value from a LEB128-encoded integer
encode
Returns a LEB128-encoded integer
encode_to_vec
Adds an integer to a byte array with LEB128 encoding