| Crates.io | feather-tui |
| lib.rs | feather-tui |
| version | 4.1.0 |
| created_at | 2025-03-23 05:44:37.111223+00 |
| updated_at | 2025-06-14 09:38:32.253551+00 |
| description | A crate for building simple terminal-based user interfaces. |
| homepage | https://github.com/Nongtajkrub/termui |
| repository | https://github.com/Nongtajkrub/termui |
| max_upload_size | |
| id | 1602362 |
| size | 144,580 |
A Rust crate for building simple terminal-based user interfaces.
β οΈ This is my first-ever Rust project β οΈ
Feather-Tui is a simple terminal UI library designed to provide building blocks for terminal-based user interfaces. It started life as a small C library aiming to offer an easy-to-use UI framework for terminal applications. Now, Iβm rewriting it in Rust to learn the language and (hopefully) improve both performance and maintainability.
Only enhancements in this version! Click here to learn more.
Check out the Feather-Tui crate homepage! Click here to learn more.
Check out the guide on how to use Feather-Tui (WIP)! Click here to learn more.
Original C Version (part of my school management system)
bitflags crossterm thiserror unicode-segmentation num-integer