Find a file
Jack Moffitt f272843c61
Some checks failed
CI / build (push) Has been cancelled
CI / formatter (push) Has been cancelled
Remove pub visibility on server() as the argument has a private type. This gets rid of a warning. (#112)
2024-07-07 21:18:43 +02:00
.github/workflows Create branch first. 2024-05-24 18:26:59 +02:00
book 07_threads: 03_leak: Leak vector with Vec::leak, not Box::leak (#107) 2024-06-30 18:23:20 +02:00
exercises Remove pub visibility on server() as the argument has a private type. This gets rid of a warning. (#112) 2024-07-07 21:18:43 +02:00
helpers Automatically add exercise links to sections. (#52) 2024-05-24 18:15:38 +02:00
.gitignore 100 exercises to learn Rust 2024-05-12 22:47:45 +02:00
.wr.toml 100 exercises to learn Rust 2024-05-12 22:47:45 +02:00
Cargo.lock Automatically add exercise links to sections. (#52) 2024-05-24 18:15:38 +02:00
Cargo.toml Automatically add exercise links to sections. (#52) 2024-05-24 18:15:38 +02:00
dprint.json Formatter (#51) 2024-05-24 17:00:03 +02:00
README.md Formatter (#51) 2024-05-24 17:00:03 +02:00

Learn Rust, one exercise at a time

You've heard about Rust, but you never had the chance to try it out?
This course is for you!

You'll learn Rust by solving 100 exercises.
You'll go from knowing nothing about Rust to being able to start writing your own programs, one exercise at a time.

Note

This course has been written by Mainmatter.
It's one of the trainings in our portfolio of Rust workshops.
Check out our landing page if you're looking for Rust consulting or training!

Getting started

Go to rust-exercises.com and follow the instructions there to get started with the course.

Requirements

  • Rust (follow instructions here).
    If rustup is already installed on your system, run rustup update (or another appropriate command depending on how you installed Rust on your system) to make sure you're running on the latest stable version.
  • (Optional but recommended) An IDE with Rust autocompletion support. We recommend one of the following:

Solutions

You can find the solutions to the exercises in the solutions branch of this repository.

License

Copyright © 2024- Mainmatter GmbH (https://mainmatter.com), released under the Creative Commons Attribution-NonCommercial 4.0 International license.