tui-vision 0.1.1

A turbo vision inspired library for ratatui.
Documentation
1
2
3
4
5
6
7
//! A Ratatui widget library for Turbo Vision-like items.
//!
//! This library provides a set of widgets that resemble the Turbo Vision UI framework, allowing for
//! the creation of text-based user interfaces in Rust applications.

mod command;
pub mod menus;