Rusty Text UI (rusty_textui)
rusty_textui is a simple Text UI engine intended to be used by people who are just beginning to learn Rust. It has a simple interface with enough functionality to easily create a terminal-based game or application. I created it specifically for students of my Ultimate Rust Crash Course to use to for their course projects. You may want to use this together with rusty_audio to produce sound, and rusty_time for timers.
Quick Start
In your terminal, add rusty_textui to your project:
cargo add rusty_textui
In your code:
use *; // Bring all the important stuff into scope
Contribution
All contributions are assumed to be dual-licensed under MIT/Apache-2.
License
Distributed under the terms of both the MIT license and the Apache License (Version 2.0).
See license/APACHE and license/MIT.
Sponsor
If you like Rusty Audio, please consider sponsoring me on GitHub. 💖