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.
- Parser
Error - Zero-sized type for representing parsing errors.
- Parser
Mut - A parser that can return mutable references to the data that it parses.
Traits§
- Parse
- Defines types that can parse from a byte stream