Counterpoint: Build more TUIs in Rust using Ratatui: https://ratatui.rs/
Why? Because just look at the examples on that page.
Looked and see all the same awfulness expected of a textual interfaces where drawing a vertical line is not trivial, so many have gaps instead because they don't know they need a different character Or where the gaps between elements is huge because your min width is bounded by a char. Etc.
Look at the dependencies in the cargo.toml file.
You had me at the name. Love that movie.
IMHO those screenshots look far from enticing.
I guess it’s a matter of taste ¯\_(ツ)_/¯
Or for those coding in Python there's Textual: https://textual.textualize.io/
Or for Go coders there's BubbleTea: https://github.com/charmbracelet/bubbletea
Why? Because TUI!