Expand description
Building blocks for with simple decoding/encoding primitives.
Modules§
- ints
- Codec for integers.
Functions§
- delimited_
by - Shorthand to construct a decoder delimited by
seek_delimiters
up to lengthmax_length
. - ipv4
- Decoder for an
Ipv4Addr
as a sequence of four contiguousu8
. - uint8
- Shorthand to construct an
ints::U8
. - uint16_
be - Shorthand to construct an
ints::U16BE
. - uint16_
le - Shorthand to construct an
ints::U16LE
. - uint32_
be - Shorthand to construct an
ints::U32BE
. - uint32_
le - Shorthand to construct an
ints::U32LE
.