Module parser

Source

Re-exports§

pub use self::types::*;

Modules§

parser
This module provides the CDParser struct, which is responsible for parsing crash dump files. The parser uses a combination of regex matching and byte offset indexing to efficiently extract information from the crash dump.
types