# 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`. ```toml rcurses = "0.1.0" ``` Now you are all set to start using rcurses. ## Running the tests Just run: ``` cargo tests ```