A parser for the minidump file format.
The minidump module provides a parser for the
minidump file format as produced by Microsoft's
MinidumpWriteDump API and the
Google Breakpad library.
The primary API for this module is the Minidump
struct, which can be instantiated by calling the Minidump::read or
Minidump::read_path methods.