pdcurses-sys provides Rust FFI bindings for PDCurses, specifically the win32a implementation by Bill-Gray.
A native C compiler that gcc-rs can use to compile PDCurses.
On Windows this means that you need the Visual C++ Build Tools. Check the rustup docs for more Rust <-> Windows information.
Cargo.toml
toml
[dependencies]
pdcurses-sys = "0.5"
Licensed under the MIT license, see LICENSE.md