linefeed2 0.0.1

Interactive terminal input reader base `https://github.com/murarth/linefeed`
Documentation
1
2
3
4
5
6
//! Windows platform support

pub use self::console::terminal_read;

mod console;
pub mod path;