🍉🫧 rustlings 🦀
Learning Rust through this popularly recommended resource.
See the original README for this for this forked repo.
Local Install & Usage
Fork rustlings
, then:
git clone https://github.com/Bubblemelon/rustlings.git
Set up upstream link to keep repository up-to-date:
git remote add upstream git@github.com:rust-lang/rustlings.git
git fetch upstream
Update Rust installer and install rustlings
:
rustup update
cd rustlings
cargo install rustlings
For list of rustling
commands:
rustlings --help
Learn from compile and runtime error:
rustlings watch
Reruns
rustlings verify
when files edited.
To uninstall:
cargo uninstall rustlings