Is there good "bootcamp" material for Rust?

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

Our great sponsors
  • CodiumAI - TestGPT | Generating meaningful tests for busy devs
  • SonarLint - Clean code begins in your IDE with SonarLint
  • ONLYOFFICE ONLYOFFICE Docs — document collaboration in your environment
  • InfluxDB - Access the most powerful time series database as a service
  • book

    The Rust Programming Language

    I checked out the online Rust Book but it's written like a typical university book--boring and unmotivational. The difficulty ramps up sharply at the borrow checking part, which I don't like. It also takes forever to introduce file and network I/O, which are needed to solve interesting problems.

  • comprehensive-rust

    This is the Rust course used by the Android team at Google. It provides you the material to quickly teach Rust to everyone.

    You're very welcome to ask questions here (please tag me) or on GitHub. We'll try to answer as fast as we can.

  • CodiumAI

    TestGPT | Generating meaningful tests for busy devs. Get non-trivial tests (and trivial, too!) suggested right inside your IDE, so you can code smart, create more value, and stay confident when you push.

  • command-line-rust

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

    I humbly suggest my book, Command-Line Rust (O'Reilly, 2022), which offers tests and guidance on getting the reader to create 14 Rust versions of existing BSD/GNU command-line utilities like `head` and `comm`. You can look over the source code at https://github.com/kyclark/command-line-rust, and I'm happy to answer any questions your group might have.

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