9 stable releases

2.2.2 Sep 13, 2023
2.2.1 Mar 13, 2023
2.2.0 Feb 3, 2023
2.1.1 Nov 29, 2022
0.0.7 May 23, 2022

#50 in Caching

Download history 114/week @ 2023-08-11 93/week @ 2023-08-18 157/week @ 2023-08-25 99/week @ 2023-09-01 160/week @ 2023-09-08 154/week @ 2023-09-15 60/week @ 2023-09-22 95/week @ 2023-09-29 110/week @ 2023-10-06 173/week @ 2023-10-13 118/week @ 2023-10-20 162/week @ 2023-10-27 123/week @ 2023-11-03 138/week @ 2023-11-10 139/week @ 2023-11-17 150/week @ 2023-11-24

604 downloads per month
Used in 5 crates (2 directly)

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

~10–23MB
~381K SLoC