Module bytes

Module bytes 

Source
Expand description

Bytes combinators

Structsยง

Fixed
Combinator for parsing and serializing a fixed number of bytes (statically known).
Tail
Combinator that returns the rest of the input bytes from the current position.
Variable
Combinator for parsing and serializing a fixed number of bytes (dynamically known).