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

Download history 27894/week @ 2024-07-03 32884/week @ 2024-07-10 32684/week @ 2024-07-17 41319/week @ 2024-07-24 24453/week @ 2024-07-31 30319/week @ 2024-08-07 24820/week @ 2024-08-14 25708/week @ 2024-08-21 26084/week @ 2024-08-28 29527/week @ 2024-09-04 22394/week @ 2024-09-11 25209/week @ 2024-09-18 26990/week @ 2024-09-25 28262/week @ 2024-10-02 24594/week @ 2024-10-09 31673/week @ 2024-10-16

116,541 downloads per month
Used in 20 crates (8 directly)

MIT license

395KB
7.5K SLoC

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.


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