breakpad-sys 0.2.0

Wrapper around breakpad's crash detection and minidump writing facilities
Documentation
# 👁 breakpad-sys

[![Embark](https://img.shields.io/badge/embark-open%20source-blueviolet.svg)](https://embark.dev)
[![Embark](https://img.shields.io/badge/discord-ark-%237289da.svg?logo=discord)](https://discord.gg/dAuKfZS)
[![Crates.io](https://img.shields.io/crates/v/breakpad-sys.svg)](https://crates.io/crates/breakpad-sys)
[![Docs](https://docs.rs/breakpad-sys/badge.svg)](https://docs.rs/breakpad-sys)
[![Build status](https://github.com/EmbarkStudios/sentry-contrib-rust/workflows/CI/badge.svg)](https://github.com/EmbarkStudios/sentry-contrib-rust/actions)

Rust crate wrapping the crash handling and minidump creation aspects of [Breakpad](https://chromium.googlesource.com/breakpad/breakpad/). This is intended to be a stopgap crate until a [Rust](https://github.com/getsentry/symbolic/issues/375) solution is available.

## Contributing

[![Contributor Covenant](https://img.shields.io/badge/contributor%20covenant-v1.4-ff69b4.svg)](../CODE_OF_CONDUCT.md)

We welcome community contributions to this project.

Please read our [Contributor Guide](CONTRIBUTING.md) for more information on how to get started.

## License

Licensed [BSD-3-Clause](breakpad/LICENSE), the same license as the C++ breakpad code itself.