Skip to content

Repository files navigation

Ratlings 🐀

Small, interactive exercises for learning Ratatui, powered by Rustlings 🦀

Getting started

Install Rustlings, clone this repository, and start the exercise runner:

cargo install rustlings
git clone https://github.com/ratatui/ratlings

cd ratlings
rustlings

Rustlings 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>

Developing exercises

See CONTRIBUTING.md. The short version is:

rustlings dev update
rustlings dev check

License

Licensed under the MIT License.

About

Small and interactive exercises for learning Ratatui

Topics

Resources

Contributing

Stars

22 stars

Watchers

6 watching

Forks

Contributors