sticnarf / breakpad-client-rs

Google Breakpad client in Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

breakpad-client-rs

CircleCI

This library helps you use Google 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

About

Google Breakpad client in Rust


Languages

Language:C++ 77.2%Language:C 10.8%Language:Objective-C 5.9%Language:Objective-C++ 4.6%Language:Python 0.8%Language:Assembly 0.4%Language:Rust 0.2%Language:Makefile 0.1%