unsigned_varint

Module nom

Source
Expand description

nom combinators to decode unsigned varints.

Functionsยง

u8
nom combinator to decode a variable-length encoded u8 .
u16
nom combinator to decode a variable-length encoded u16 .
u32
nom combinator to decode a variable-length encoded u32 .
u64
nom combinator to decode a variable-length encoded u64 .
u128
nom combinator to decode a variable-length encoded u128 .
usize
nom combinator to decode a variable-length encoded usize .