17 stable releases

2.3.7 Mar 11, 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

#160 in Debugging

Download history 687/week @ 2025-11-27 737/week @ 2025-12-04 789/week @ 2025-12-11 699/week @ 2025-12-18 399/week @ 2025-12-25 447/week @ 2026-01-01 1184/week @ 2026-01-08 1085/week @ 2026-01-15 1238/week @ 2026-01-22 1566/week @ 2026-01-29 1118/week @ 2026-02-05 1479/week @ 2026-02-12 1550/week @ 2026-02-19 1828/week @ 2026-02-26 1725/week @ 2026-03-05 2064/week @ 2026-03-12

7,520 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

~11–20MB
~352K SLoC