Crates.io | Rusty-tui |
lib.rs | Rusty-tui |
version | 0.1.0 |
source | src |
created_at | 2024-09-26 22:54:56.910696 |
updated_at | 2024-09-26 22:54:56.910696 |
description | A simple TUI library for making CLI applications with ease. |
homepage | |
repository | |
max_upload_size | |
id | 1388072 |
size | 21,839 |
Rusty-TUI is a simple yet powerful TUI (Text User Interface) library designed for creating CLI (Command-Line Interface) applications. Its purpose is to make the development of CLI apps as straightforward as possible while still offering a rich set of features to enhance user interaction and experience.
With Rusty-TUI, developers can effortlessly incorporate elements like text labels and input boxes, enabling them to build engaging terminal applications. Whether you’re crafting a quick utility or a more complex interactive tool, Rusty-TUI provides the essential components to streamline your development process without sacrificing functionality.
Label
and InputBox
.