pty 0.1.1

Fork with new pseudo-terminal (PTY)
Documentation

PTY

Usage

Add this to your Cargo.toml:

[dependencies]

pty = "0.1.0"

and this to your crate root:

extern crate pty;