//! The built-in widgets in termio. //! //! The structures and functions for each of the widgets live in their //! respective submodules below. pub mod log; pub mod prompt; pub mod menu;