Learning Rust Tips?

This page summarizes the projects mentioned and recommended in the original post on /r/transprogrammer

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • Rustlings

    :crab: Small exercises to get you used to reading and writing Rust code!

  • The rustlings are little exercises you run in the terminal (works on Linux, Windows and in Browser apparently). I did some of them when I started out but much rather I'd recommend working through The Book. It explains everything in great detail and often has some exercises at the end of each chapter. What I did was reading through it and with every concept or code snippet that I didn't immediatly understood I ran it and/or changed it up a little to see what exactly was happening. At the same time I always was always working at some mini project in rust that used the concepts I just learned (something like a head or tail clone or a program that adds two numbers or a number guessing game, snake with ansi escape codes, stuff like that). In general you want to do way more programming than reading, because that's what makes you remember the things you'll learn.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts