| Crates.io | ez-tui |
| lib.rs | ez-tui |
| version | 0.0.0-alpha.3 |
| created_at | 2025-07-17 21:56:00.387962+00 |
| updated_at | 2025-07-27 14:14:25.453388+00 |
| description | A framework to create terminal user interfaces in Rust with Ratatui |
| homepage | https://gitlab.vba.ovh/Nindouja/ez-tui |
| repository | https://gitlab.vba.ovh/Nindouja/ez-tui |
| max_upload_size | |
| id | 1758222 |
| size | 266,319 |
ez-tui is a library for building terminal user interfaces (TUIs) in Rust written by a beginner for his own needs.
You probably should not use this for production app; if you do, or are just looking at the
code, keep in mind I'm a beginner fully open to critics about my code or design choices, so feel
free to reach out on matrix: @nindouja:matrix.org
I created some basic TUIs to learn rust, but I was copy/pasting boilerplate from one to the other everytime.
I tried tui-realm which is great but I got limited to achieve what I wanted (receiving events from external lib), it was maybe a skill issue but couldn't find a nice solution.
So now I'm building this to learn rust while being heavily inspired by tui-realm. As of now
some of the code is still copied from tui-realm. I intend to adapt it to my
needs but for the current POC it works great.
I doubt this lib will be really useful to anyone as it's probably really opiniotated; and maybe in a bad way as I'm a rust beginner and not that good at designing. But if it ends up not being just a learning experience and is actually useful, I will be glad to work towards making it a proper library and include suggestions.
As the interface will probably change a lot I don't have proper doc yet. But I keep one full example that should make use of all core features.