linefeed 0.6.0

Interactive terminal input reader
Documentation
1
2
3
4
5
6
//! Unix platform support

pub use self::terminal::terminal_read;

pub mod path;
mod terminal;