# Crashpad Bindings
[![License]](#license)
[![Crate Badge]](https://crates.io/crates/crashpad-sys)
[![Crate Doc]](https://docs.rs/crashpad-sys)
Low-level bindings to [Crashpad]'s C++ API.
[License]: https://img.shields.io/crates/l/crashpad-sys
[Crate Badge]: https://img.shields.io/crates/v/crashpad-sys.svg
[Crate Doc]: https://docs.rs/crashpad-sys/badge.svg
## License
Licensed under [Apache License, Version 2.0].
[Crashpad]: https://github.com/chromium/crashpad
[Apache License, Version 2.0]: LICENSE