Module unsigned_varint::nom[][src]

Expand description

nom combinators to decode unsigned varints.

Functions

nom combinator to decode a variable-length encoded u8 .

nom combinator to decode a variable-length encoded u16 .

nom combinator to decode a variable-length encoded u32 .

nom combinator to decode a variable-length encoded u64 .

nom combinator to decode a variable-length encoded u128 .

nom combinator to decode a variable-length encoded usize .