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

#296 in Parser implementations

Download history 1042/week @ 2024-01-24 969/week @ 2024-01-31 575/week @ 2024-02-07 354/week @ 2024-02-14 1965/week @ 2024-02-21 2277/week @ 2024-02-28 1461/week @ 2024-03-06 1200/week @ 2024-03-13 1740/week @ 2024-03-20 2153/week @ 2024-03-27 2497/week @ 2024-04-03 3423/week @ 2024-04-10 2506/week @ 2024-04-17 2310/week @ 2024-04-24 2746/week @ 2024-05-01 1617/week @ 2024-05-08

9,752 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–25MB
~392K SLoC