rust-readline Simple wrapper around readline for the Rust language Exposes: add_history(line: &str) readline(prompt: &str) -> Option<~str>