# dbghelp #
Contains function definitions for the Windows API library dbghelp. See winapi for types and constants.
```toml
[dependencies]
dbghelp-sys = "0.1.0"
```
```rust
extern crate dbghelp;
```
[Documentation](https://retep998.github.io/doc/dbghelp/)