Do Rustaceans walk sideways?
Last updated on March 23, 2024This 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
- (Podcast) Rustacean Station
Notes mentioning this note
Tips and tricks for new informagicians
A collection of tips, tricks, snippets, and other resources useful for anybody who’s on the journey to become a master...