39 unstable releases

0.26.1 Nov 3, 2025
0.26.0 Jun 20, 2025
0.25.0 Mar 19, 2025
0.23.0 Dec 4, 2024
0.1.0 Dec 21, 2017

#413 in Debugging

Download history 37372/week @ 2025-11-02 40968/week @ 2025-11-09 43615/week @ 2025-11-16 34744/week @ 2025-11-23 36000/week @ 2025-11-30 37314/week @ 2025-12-07 30411/week @ 2025-12-14 10900/week @ 2025-12-21 8743/week @ 2025-12-28 43275/week @ 2026-01-04 56421/week @ 2026-01-11 56430/week @ 2026-01-18 59542/week @ 2026-01-25 62741/week @ 2026-02-01 64439/week @ 2026-02-08 49423/week @ 2026-02-15

238,291 downloads per month
Used in 24 crates (8 directly)

MIT license

400KB
7.5K SLoC

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.


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.

Dependencies

~0.6–1.2MB
~24K SLoC