apple-crash-report-parser 0.5.0

Parses apple crash report text files.
Documentation
//! This library implements a simple parser for the apple crash report
//! text format.
//!
//! This library also defines a `with_serde` feature to enable serde
//! serialization (not not deserialization).
mod parser;

pub use crate::parser::*;