Terminal User Interfaces
Recipe | Crates | Categories |
---|---|---|
Build complex TUI |
Build complex TUI
ratatui⮳ is a lightweight, high-level library that provides a set of widgets, layouts, and utilities to build complex Rust TUIs.
fn main() { todo!(); }
See also
A library to build rich terminal user interfaces or dashboards
[tui: expand (P1)](https://github.com/john-cd/rust_howto/issues/234)