Module octseq::parse

source ·
Expand description

Reading data from an octet sequence.

Parsing is a little more complicated since encoded data may very well be broken or ambiguously encoded. The helper type Parser wraps an octets ref and allows to parse values from the octets.

Structs

  • A parser for sequentially extracting data from an octets sequence.
  • An attempt was made to go beyond the end of the parser.