11 stable releases

2.3.1 Mar 11, 2024
2.2.2 Sep 13, 2023
2.2.1 Mar 13, 2023
2.1.1 Nov 29, 2022
0.0.7 May 23, 2022

#298 in Parser implementations

Download history 1002/week @ 2024-01-22 979/week @ 2024-01-29 900/week @ 2024-02-05 177/week @ 2024-02-12 1382/week @ 2024-02-19 2245/week @ 2024-02-26 1684/week @ 2024-03-04 1268/week @ 2024-03-11 1915/week @ 2024-03-18 1706/week @ 2024-03-25 2466/week @ 2024-04-01 3102/week @ 2024-04-08 2826/week @ 2024-04-15 2231/week @ 2024-04-22 2617/week @ 2024-04-29 2309/week @ 2024-05-06

10,032 downloads per month
Used in 3 crates (2 directly)

MIT/Apache

8MB
36K SLoC

JavaScript 29K SLoC // 0.2% comments Rust 4K SLoC // 0.1% comments TypeScript 2.5K SLoC // 0.0% comments C++ 99 SLoC // 0.0% comments

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–27MB
~404K SLoC