30 releases (14 breaking)

0.21.1 Mar 1, 2024
0.20.0 Jan 31, 2024
0.19.1 Nov 2, 2023
0.17.0 May 17, 2023
0.1.1 Dec 21, 2017

#233 in Parser implementations

Download history 1449/week @ 2023-12-06 2365/week @ 2023-12-13 1272/week @ 2023-12-20 114/week @ 2023-12-27 534/week @ 2024-01-03 675/week @ 2024-01-10 599/week @ 2024-01-17 1324/week @ 2024-01-24 765/week @ 2024-01-31 1340/week @ 2024-02-07 1729/week @ 2024-02-14 1870/week @ 2024-02-21 2493/week @ 2024-02-28 1654/week @ 2024-03-06 1858/week @ 2024-03-13 2440/week @ 2024-03-20

8,916 downloads per month
Used in 7 crates (3 directly)

MIT license

630KB
12K SLoC

crates.io

Fetching, parsing, and evaluation of Breakpad's text format .sym files.

Fetches breakpad symbol files from disk or a server the conforms the the Tecken protocol, and provides an on-disk temp symbol file cache.

Permissively parses breakpad symbol files to smooth over the unfortunately-very-common situation of corrupt debuginfo. Will generally try to recover the parse by discarding corrupt lines or arbitrarily picking one value when conflicts are found.

Provides an API for resolving functions and source line info by address from symbol files.

Provides an API for evaluating breakpad CFI (and WIN) expressions.

This is primarily designed for use by minidump-processor.

Dependencies

~3–18MB
~245K SLoC