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

#304 in Parser implementations

Download history 599/week @ 2024-01-05 486/week @ 2024-01-12 1309/week @ 2024-01-19 996/week @ 2024-01-26 864/week @ 2024-02-02 327/week @ 2024-02-09 654/week @ 2024-02-16 2362/week @ 2024-02-23 2105/week @ 2024-03-01 1235/week @ 2024-03-08 1799/week @ 2024-03-15 1603/week @ 2024-03-22 2694/week @ 2024-03-29 2492/week @ 2024-04-05 2958/week @ 2024-04-12 2091/week @ 2024-04-19

10,581 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
~405K SLoC