Hardcore books

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
  • too-many-lists

    Learn Rust by writing Entirely Too Many linked lists

    Have you tried "Learning Rust with entirely too many linked lists"? It does what it says on the tin regarding implementing linked lists in Rust.

  • rust-for-rustaceans.com

    Source for https://rust-for-rustaceans.com/

    https://rust-for-rustaceans.com/ is meant to be a book for more advanced concepts.

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

  • advent-of-code

    Advent of Code work (by jswalden)

    Not to toot my own horn too much, but I implemented a linked list (I believe correctly and safely, but I am open to correction!) for Advent of Code 2022 day 20, that you may find useful to illustrate just how to do it. https://github.com/jswalden/adventofcode2022/blob/main/day-20/src/main.rs There's also a sibling problem.txt that explains the problem the code is implemented to solve: it's mostly just a bog-standard linked list, but it's slightly tailored to what the problem actually wants.

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