Expand description
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).
Structs§
- Addr
- A newtype for addresses.
- Apple
Crash Report - Holds a parsed apple crash report.
- Binary
Image - A single binary image in the crash.
- Frame
- Represents a single frame.
- Thread
- A single thread in the crash.
Enums§
- Parse
Error - Represents a parsing error.