Module parser

Source
Expand description

Support for parsing byte-oriented data

Re-exports§

pub use crate::types::number::Number;

Structs§

Parser
A byte-oriented parser, for use in decoding CodeView records.
ParserError
Zero-sized type for representing parsing errors.
ParserMut
A parser that can return mutable references to the data that it parses.

Traits§

Parse
Defines types that can parse from a byte stream