liner
A Rust library offering readline-like functionality.
Basic Usage
Currently requires a nightly Rust compiler.
In Cargo.toml:
[]
= "0.1.1"
...
In src/main.rs:
extern crate liner;
use Context;
License
MIT licensed. See the LICENSE file.