1
2
3
4
5
6
7
//! I/O extension traits.

mod is_terminal;
mod read_ready;

pub use is_terminal::IsTerminal;
pub use read_ready::ReadReady;