Is there good "bootcamp" material for Rust?

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

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • 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.

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

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

  • 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