1//! A Ratatui widget library for Turbo Vision-like items.
2//!
3//! This library provides a set of widgets that resemble the Turbo Vision UI framework, allowing for
4//! the creation of text-based user interfaces in Rust applications.
56mod command;
7pub mod menus;