term-rs 0.1.2

rust terminal dev tools
Documentation
1
2
3
4
5
extern crate pancurses;

mod terminal;
mod command;
pub use self::terminal::Terminal;