My solutions for https://adventofcode.com.
- 2024 in Rust 🦀
To make VSCode rust-analyzer works for Rust files, you need to:
- Store Rust files in {year}/src/bin/.
- Add the below to VS code workspace settings:
"rust-analyzer.linkedProjects": [
"{path-to-repo}/advent-of-code/{year}/Cargo.toml"
],