1 2 3 4 5 6 7 8 9 10 11
//! Utilities for working with standard input, output, and error. #[macro_use] mod macros; pub mod shell; pub mod stdin; pub mod style; #[doc(no_inline)] pub use shell::Shell;