minidump-common 0.21.1

Some common types for working with minidump files.
Documentation

minidump-common

crates.io

Basically "minidump-sys" -- minidump types and traits that are shared among several crates.

Most notably format.rs is basically a giant native rust header for minidumpapiset.h (with extra useful things added in like error code enums and breakpad extensions).

You probably want to use the minidump crate instead of using this directly.