Wrapper over jeaye/ncurses-rs to give you higher level of abstraction.
To use this library you must have cargo, rustc and ncurses installed.
Just add following line to your dependencies in Cargo.toml
.
toml
rcurses = "0.1.0"
Now you are all set to start using rcurses.
Just run:
cargo tests