what book do i start with to learn rust?

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

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

  • rust-by-example

    Learn Rust with examples (Live code editor included)

  • 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
  • command-line-rust

    Code for Command-Line Rust (O'Reilly, 2022, ISBN 9781098109417) https://learning.oreilly.com/library/view/command-line-rust/9781098109424/

  • I think that's my CLI book you went through. I used clap v2.33 for the programs (https://github.com/kyclark/command-line-rust) because v3 was not ready when I was writing. Each program is clearly divided into a part for gathering the inputs from the user and a part that implements the logic of the program using said inputs. While my examples for the input gathering might be outdated now (Rust moves fast!), the latter parts are not in any way outdated (IMHO). The goal of the book is to get you writing *and testing* programs quickly, which is the best way to learn (again IMHO).

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