Stuck at 4.3 of the rust book. It's so hard for me.

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

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

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

  • I would put the book aside for a while and try some other approaches. You don't say what your other programming experience is, but you could go through the Rustlings. If you have some programming experience, try rewriting small programs in languages you know well, but in Rust. When you have problems, ask questions here or on one of the Rust Slack or Discord channels. Many Rustaceans are pretty generous with their time.

  • book

    The Rust Programming Language

  • Just to clarify: You mean this one https://doc.rust-lang.org/book/ , right? Because 4.3 should be about Slices, not about fixing ownership errors. (Although in the chapter itself they might fix a few errors).

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

    InfluxDB 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'm the author of Command-Line Rust (O'Reilly, 2022), which I wrote to introduce the language slowly to beginners by writing and testing short, focused programs. You can look over the code/tests/data at https://github.com/kyclark/command-line-rust. Note that there are branches that show the same programs using a more recent version of the "clap" crate.

  • easy_rust

    Rust explained using easy English

  • There's also Easy Rust, an effort in translating the Rust Book into Simple English (limited vocabulary, limited use of idioms), which has now become a Book.

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