Skip to content

Latest commit

 

History

History
54 lines (41 loc) · 2.04 KB

README.md

File metadata and controls

54 lines (41 loc) · 2.04 KB

Rust Exercises

This repository contains the exercises that go along with my Rust workshop.

Below, you'll find additional learning resources that you may want to keep in reach while learning Rust. The list is intentionally kept short and opinionated.

Get started with day_1/README.md.

Learning resources

Practice resources

  • language & syntax basics: rustlings
  • Rust-specific exercises with provided tests: Exercism
    Setup recommendation: Use the CLI to work locally. You can keep your solutions in this repo by configuring the workspace:
    exercism configure --workspace rust-exercises/exercism
  • general programming exercises (text-in, text-out): Advent of Code Setup recommendation: Simply run cargo new for each exercise and copy-paste the input data. You can do it right in this repo for convenience, if you like.

Ecosystem Wegweiser

Slides

The slides for the workshop are NOT intended as reference material, but you can find them here anyway.