Rusty-tui 0.1.0

A simple TUI library for making CLI applications with ease.
Documentation
  • Coverage
  • 69.23%
    9 out of 13 items documented1 out of 1 items with examples
  • Size
  • Source code size: 21.83 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 426.14 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 8s Average build duration of successful builds.
  • all releases: 8s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • Pluto-deev

Rusty-TUI

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.

Key Features

  • Ease of Use: Designed for simplicity, Rusty-TUI allows you to create user-friendly interfaces with minimal effort.
  • Rich Functionality: Despite its simplicity, the library comes packed with features that cater to various use cases.
  • Customizable Components: Build applications that suit your specific needs with versatile components like Label and InputBox.