liner
A Rust library offering readline-like functionality.
Basic Usage
In Cargo.toml:
[]
= "0.2.*"
...
In src/main.rs:
extern crate liner;
use Context;
See src/main.rs for a more sophisticated example.
License
MIT licensed. See the LICENSE file.