summaryrefslogtreecommitdiff
path: root/src/widgets.rs
blob: fa79aabe773b92d928bf159eba7df97bbba8cd46 (plain)
1
2
3
4
5
6
7
8
//! 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;