summaryrefslogtreecommitdiff
path: root/src/widgets.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/widgets.rs')
-rw-r--r--src/widgets.rs5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/widgets.rs b/src/widgets.rs
index d8c8e2e..fa79aab 100644
--- a/src/widgets.rs
+++ b/src/widgets.rs
@@ -1,3 +1,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;