[][src]Crate apple_crash_report_parser

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.

AppleCrashReport

Holds a parsed apple crash report.

BinaryImage

A single binary image in the crash.

Frame

Represents a single frame.

Thread

A single thread in the crash.

Enums

ParseError

Represents a parsing error.