29 releases (14 breaking)

0.21.1 Mar 1, 2024
0.20.0 Jan 31, 2024
0.19.1 Nov 2, 2023
0.17.0 May 17, 2023
0.1.0 Dec 21, 2017

#94 in Debugging

Download history 24584/week @ 2024-01-19 26675/week @ 2024-01-26 18136/week @ 2024-02-02 28389/week @ 2024-02-09 27698/week @ 2024-02-16 35623/week @ 2024-02-23 34978/week @ 2024-03-01 33987/week @ 2024-03-08 26631/week @ 2024-03-15 36176/week @ 2024-03-22 33157/week @ 2024-03-29 19853/week @ 2024-04-05 27595/week @ 2024-04-12 28766/week @ 2024-04-19 30635/week @ 2024-04-26 28113/week @ 2024-05-03

118,436 downloads per month
Used in 18 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.9–1.5MB
~31K SLoC