1 2 3 4 5 6
#![allow(missing_docs)] pub use crate::{clear, color, goto, guard, rect, style, term}; #[cfg(feature = "crossterm")] pub use crate::read;