Solutions implemented in Rust lang for aoc-2021
Install Rust and cargo
cargo buildcargo runYou can also run single scripts after installing the dependencies with cargo build; for e.g. to run day5.rs
rustc -L target/debug/deps src/day5.rs && ./day5