# pdcurses-sys [](https://ci.appveyor.com/project/ihalila/pdcurses-sys) [](https://crates.io/crates/pdcurses-sys)
pdcurses-sys provides Rust FFI bindings for [PDCurses](http://wmcbrine.com/pdcurses/),
specifically the win32a implementation by [Bill-Gray](https://github.com/Bill-Gray/PDCurses).
## Requirements
A native C compiler that [cc-rs](https://github.com/alexcrichton/cc-rs)
can use to compile PDCurses.
On Windows this means that you need the Visual C++ Build Tools. Check the [rustup docs](https://github.com/rust-lang-nursery/rustup.rs/blob/master/README.md#working-with-rust-on-windows)
for more Rust <-> Windows information.
## Usage
Cargo.toml
```toml
[dependencies]
pdcurses-sys = "0.6"
```
## License
Licensed under the MIT license, see [LICENSE.md](LICENSE.md)