Uses old Rust 2015
0.1.0 |
|
---|
#42 in #ncurses
10KB
91 lines
Rcurses
Wrapper over jeaye/ncurses-rs to give you higher level of abstraction.
Getting started
Prerequisites
To use this library you must have cargo, rustc and ncurses installed.
Building
Just add following line to your dependencies in Cargo.toml
.
rcurses = "0.1.0"
Now you are all set to start using rcurses.
Running the tests
Just run:
cargo tests
Dependencies
~0.4–0.8MB
~14K SLoC