Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 500 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 500 Bytes

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