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

A newtype for addresses.

Holds a parsed apple crash report.

A single binary image in the crash.

Represents a single frame.

A single thread in the crash.

Enums

Represents a parsing error.