pty2 0.1.0

Fork with new pseudo-terminal (PTY)
Documentation
1
2
3
4
5
mod master;
mod slave;

pub use self::master::{Master, MasterError};
pub use self::slave::{Slave, SlaveError};