16 stable releases

2.3.6 Jan 19, 2026
2.3.5 Jun 18, 2025
2.3.4 Sep 6, 2024
2.3.3 Jun 4, 2024
0.0.7 May 23, 2022

#142 in Debugging

Download history 3587/week @ 2025-10-13 2860/week @ 2025-10-20 2496/week @ 2025-10-27 1461/week @ 2025-11-03 1213/week @ 2025-11-10 1372/week @ 2025-11-17 474/week @ 2025-11-24 904/week @ 2025-12-01 600/week @ 2025-12-08 852/week @ 2025-12-15 477/week @ 2025-12-22 382/week @ 2025-12-29 1098/week @ 2026-01-05 874/week @ 2026-01-12 1160/week @ 2026-01-19 1197/week @ 2026-01-26

4,336 downloads per month
Used in 2 crates (via minidump-writer)

MIT/Apache

7.5MB
4K SLoC

Contains (Windows DLL, 550KB) test_data/windows/basic64.dll, (Windows DLL, 550KB) test_data/windows/basic-opt64.dll, (Windows DLL, 420KB) test_data/windows/basic-opt32.dll, (Windows DLL, 425KB) test_data/windows/basic32-min.dll, (Windows DLL, 425KB) test_data/windows/basic32.dll, (Windows DLL, 430KB) test_data/windows/mozwer.dll and 8 more.

dump_syms

Task Status codecov

dump_syms is a command-line utility for parsing the debugging information the compiler provides (whether as DWARF or STABS sections in an ELF file or as stand-alone PDB files) and writing that information back out in the Breakpad symbol file format.

Usage

Use dump_syms:

dump_syms [FLAGS] [OPTIONS] <filenames>...

for help:

dump_syms --help

Development

To build:

cargo build

To run tests:

cargo test

Dependencies

~12–29MB
~360K SLoC