94f8f9398c
This is a reproducible commit. Running mach tb-rust vendor again with mozilla-central and comm-central on the same head revs will produce the same output. https://hg.mozilla.org/mozilla-central/rev/55cd203304b8d5343dd941d772085dc25fd278c4 https://hg.mozilla.org/comm-central/rev/8a0750b85f6d85fbf5c2e17a29fbc8112112c374 |
||
---|---|---|
.. | ||
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.