зеркало из https://github.com/mozilla/gecko-dev.git
f86c830487
Differential Revision: https://phabricator.services.mozilla.com/D194529 |
||
---|---|---|
.. | ||
src | ||
.cargo-checksum.json | ||
Cargo.toml | ||
LICENSE | ||
README.md |
README.md
minidump-common
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.