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.