An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# breakpad-client-rs

[![CircleCI](https://circleci.com/gh/sticnarf/breakpad-client-rs.svg?style=svg)](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