Expand description
Modules§
- Error module for VarInt
Structs§
- An integer less than 2^62
Enums§
- The number of bytes that a QUIC variable-length integer can be encoded in.
Constants§
- The maximum value that can be represented by a QUIC variable-length integer.
Traits§
- A
bytes::BufMut
extension trait, makes buffer more friendly to write VarInt.
Functions§
- Parse a variable-length integer from the input buffer, nom parser style.