Skip to content

HTTPS clone URL

Subversion checkout URL

You can clone with
or
.
Clone in Desktop Download ZIP
Small exercises to get you used to reading and writing Rust code
Rust
Branch: master
Failed to load latest commit information.
variables Add some exercises about variables!
LICENSE Initial commit
README.md Add some exercises about variables!
ex1.rs Create ex1.rs
ex2.rs Create ex2.rs
ex3.rs Create ex3.rs
ex4.rs Create ex4.rs
ex5.rs Create ex5.rs

README.md

rustlings

Small exercises to get you used to reading and writing Rust code. Includes practice reading and responding to compiler messages!

This repo is very much the smallest thing that could possibly work :)

To do these exercises

Thanks to btbytes' prlinks, you can now click on the links below to load the exercises in the rust playpen!!

Uncategorized

A few exercises based on things I've encountered or had trouble with getting used to.

Variable bindings

To help with this repo/TODO list

  • File issues for problems or suggestions!
  • Contribute more exercises! Anything that took you time to get used to, or that you had trouble with, or that deserves practice would be a good exercise!
  • Organize the exercises (by topic? progression of difficulty?)
  • Add some exercises that are "make the test pass" instead of "make this compile"
  • Write some hints or sample answers
  • Figure out a nice way to link the code directly into playpen
Something went wrong with that request. Please try again.