aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib.rs
blob: 112bec100b9d50af055c3e87990baff7ac4c187e (plain) (blame)
1
2
3
4
5
6
mod command;
pub use command::{Child, Command};
mod error;
pub use error::{Error, Result};
mod pty;
pub use pty::{Pty, Size};