minidump-processor 0.9.5

A library and tool for producing stack traces and other useful information from minidump files.
Documentation

minidump-processor

crates.io

A library for producing stack traces and other useful information from minidump files. This crate provides APIs for producing symbolicated stack traces for the threads in a minidump, as well as a minidump_stackwalk tool that is intended to function very similarly to the one in the Google Breakpad project.

If you want lower-level access to the minidump's contents, use the minidump crate.

For a CLI application that wraps this library, see minidump-stackwalk.

The JSON Schema is documented here.