33 releases
0.22.2 | Oct 10, 2024 |
---|---|
0.22.0 | Jul 3, 2024 |
0.21.1 | Mar 1, 2024 |
0.19.1 | Nov 2, 2023 |
0.1.0 | Dec 21, 2017 |
#110 in Debugging
116,541 downloads per month
Used in 20 crates
(8 directly)
395KB
7.5K
SLoC
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.
lib.rs
:
This crate defines structs for the on-disk minidump format as well as some common traits used by related crates.
You probably don't want to use this crate directly, the minidump crate provides the actual functionality of reading minidumps using the structs defined in this crate.
Dependencies
~0.8–1.4MB
~29K SLoC