I tried learning rust, and failed miserably...

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

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

    The Rust Programming Language

    I learned through a combination of the Rust Book and solving problems I had previously solved in other languages. When I started, I was really confused (especially with getting input, in C++ it's std::cin >> x;, in Python it's input(), but in Rust it's more complicated). But eventually I got the hang of it, and now Rust is my favorite language :)

  • tour_of_rust

    A tour of rust's language features

    Check out https://tourofrust.com

  • 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.

  • Rustlings

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

    You might benefit from going through the rustlings exercises. Each exercise focuses on a single concept, so you get to apply what you learn in a piecemeal fashion.

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