crashpad-sys 0.1.2

Native bindings to Crashpad.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# 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