Small, interactive exercises for learning Ratatui, powered by Rustlings 🦀
Install Rustlings, clone this repository, and start the exercise runner:
cargo install rustlings
git clone https://github.com/ratatui/ratlings
cd ratlings
rustlingsRustlings watches your files and advances when an exercise passes. Common
commands inside the runner are h for a hint, l to list exercises, and q
to quit. To work on one exercise directly, run:
rustlings run <exercise_name>See CONTRIBUTING.md. The short version is:
rustlings dev update
rustlings dev checkLicensed under the MIT License.