1//! Utilities to control output and render to the terminal. 2 3mod cursive; 4pub mod testing; 5 6pub use self::cursive::{with_siv, SingletonView};