10 ms·
I've been using dialoguer [1], indicatif [2], and colour [3] for the rust ecosystem. Really high quality libraries: [1] https://docs.rs/dialoguer/latest/dialog
by shriphani 4y ago
I've been using dialoguer [1], indicatif [2], and colour [3] for the rust ecosystem. Really high quality libraries:
[1] https://docs.rs/dialoguer/latest/dialoguer/ https://docs.rs/dialoguer/latest/dialoguer/
[2] https://github.com/console-rs/indicatif https://github.com/console-rs/indicatif
[3] https://docs.rs/colour/latest/colour/ https://docs.rs/colour/latest/colour/
- xbar 4y agoThanks. I keep looking for Bubble Tea alternatives in rust. I am glad to have some handles to a few. After seeing some recent posts on HN, I've been fantasizing about a Turbo Rust project.
- sbeckeriv 4y agoI enjoyed using https://github.com/fdehau/tui-rs https://github.com/fdehau/tui-rs on a few side projects.