Module uints

Source
Expand description

Uints combinator

Structs§

U8
Combinator for parsing and serializing unsigned u8 integers.
U16
Combinator for parsing and serializing unsigned u16 integers.
U32
Combinator for parsing and serializing unsigned u32 integers.
U64
Combinator for parsing and serializing unsigned u64 integers.

Traits§

FromToBytes
A trait for converting an integer type to and from a sequence of bytes.