Each folder contains an Advent Of Code exercise.
The exercises live inside src/lib.rs and are solved by executing test suite:
cargo test -- --nocaptureBenches for part 1 & 2 are available at benches/bench.rs.
cargo benchFor day1|2|3, the exercises are located in src/main.rs, are solved by executing cargo run and no benches available =(