Module primitives

Source
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 length max_length.
ipv4
Decoder for an Ipv4Addr as a sequence of four contiguous u8.
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.