//! Text I/O. mod input; pub use input::{Input, Key, ScanCode}; mod output; pub use output::{Color, Output, OutputMode};