Rewrite of breakpad dump_syms tools in Rust
Перейти к файлу
dependabot[bot] 5b1d1136fe
Bump serde_json from 1.0.117 to 1.0.133
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.117 to 1.0.133.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](https://github.com/serde-rs/json/compare/v1.0.117...v1.0.133)

---
updated-dependencies:
- dependency-name: serde_json
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-18 12:22:51 +00:00
.github
src Appease clippy for Rust 1.82.0 2024-10-21 14:57:24 +02:00
test_data
.gitattributes
.gitignore
CHANGELOG.md
CODE_OF_CONDUCT.md
Cargo.lock Bump serde_json from 1.0.117 to 1.0.133 2024-11-18 12:22:51 +00:00
Cargo.toml
LICENSE-APACHE
LICENSE-MIT
README.md
release.toml

README.md

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