Crate dusk_varint

Crate dusk_varint 

Source
Expand description

Fast serialization of integers.

This crate implements encoding and decoding of integer types to and from VarInt (encoding integers so that they only use as much memory as needed to represent their magnitude).

Constants§

MSB
Most-significant byte, == 0x80

Traits§

VarInt
Varint (variable length integer) encoding, as described in https://developers.google.com/protocol-buffers/docs/encoding.