Function vu64::decode3

source ·
pub fn decode3(first_byte: u8, follow_le_max_8_bytes: u64) -> Result<u64, Error>
Expand description

Decode a v64-encoded unsigned 64-bit integer.

Accepts a mutable reference to a slice containing the v64. Upon success, the reference is updated to begin at the byte immediately after the encoded v64.