Do Rustaceans walk sideways?

Last updated on March 23, 2024

This year (2022), I approached the Advent of Code with one aim: to learn Rust 🦀. I had already read a couple of chapters from the Rust book back in October, and had written a couple of simple functions, so AoC seemed like the perfect occasion to challenge myself while learning something new. Furthermore, the fact that Rust was second place in the language of AoC GitHub repositories felt like a confirmation that I made the right choice.

In this knowledge-repo I want to collect tools, snippets, suggestions etc. that are related to the rust programming language.

Projects

Documentation

Style

Recommendations

  • Use #[test] to write unit-tests that live by your code.

Resources

Notes mentioning this note


Here are all the notes in this garden, along with their links, visualized as a graph.