Expand description
Variable-length integer coding — RFC 7541 §5.1.
Encoded at an N-bit prefix position with a continuation marker in the MSB of the following bytes.
Enums§
- Integer
Error - Integer coding error.
Functions§
- decode_
integer - Decode an integer from a byte slice. Spec §5.1.
- encode_
integer - Encode
valuewith aprefix_bits-bit prefix slot. Spec §5.1.