https://github.com/sticnarf/breakpad-client-rs
Google Breakpad client in Rust
https://github.com/sticnarf/breakpad-client-rs
breakpad crash-reporting minidump rust
Last synced: about 2 months ago
JSON representation
Google Breakpad client in Rust
- Host: GitHub
- URL: https://github.com/sticnarf/breakpad-client-rs
- Owner: sticnarf
- Created: 2019-04-24T02:55:44.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-23T02:15:17.000Z (about 7 years ago)
- Last Synced: 2025-07-14T11:51:35.562Z (12 months ago)
- Topics: breakpad, crash-reporting, minidump, rust
- Language: C++
- Homepage:
- Size: 1.49 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# breakpad-client-rs
[](https://circleci.com/gh/sticnarf/breakpad-client-rs)
This library helps you use [Google Breakpad](https://chromium.googlesource.com/breakpad/breakpad/)
to generate minidumps in Rust.
## Build
Make sure your C++ compiler supports C++11.
## Limitations
* Linux only
* DumpOnConsole not supported
* You can get only the dump file path in the minidump callback
instead of a MinidumpDescriptor