VARINT_PAYLOAD_MASK

Constant VARINT_PAYLOAD_MASK 

Source
pub const VARINT_PAYLOAD_MASK: u8 = 0x7F;
Expand description

Payload bit mask for varint encoding.

The lower 7 bits of each byte contain the actual data.