rcurses 0.1.0

Wrapper over ncurses
Documentation
  • Coverage
  • 80%
    4 out of 5 items documented4 out of 4 items with examples
  • Size
  • Source code size: 11.89 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 410.97 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • magmast
rcurses-0.1.0 has been yanked.

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