Skip to main content

Module varint

Module varint 

Source

Modules§

err
Error module for VarInt

Structs§

VarInt
An integer less than 2^62

Enums§

EncodeBytes
The number of bytes that a QUIC variable-length integer can be encoded in.

Constants§

VARINT_MAX
The maximum value that can be represented by a QUIC variable-length integer.

Traits§

WriteVarInt

Functions§

be_varint
varint_from_u64