day 8 part 1 but very optimized blazingy type of thing

This commit is contained in:
nora 2024-12-08 12:07:08 +01:00
parent c6f3193aa7
commit d246992de0
8 changed files with 442 additions and 7 deletions

16
2024/Cargo.lock generated
View file

@ -179,6 +179,16 @@ dependencies = [
"nom",
]
[[package]]
name = "day08"
version = "0.1.0"
dependencies = [
"divan",
"helper",
"nom",
"smallvec",
]
[[package]]
name = "divan"
version = "0.1.16"
@ -306,6 +316,12 @@ dependencies = [
"windows-sys 0.52.0",
]
[[package]]
name = "smallvec"
version = "1.13.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
[[package]]
name = "strsim"
version = "0.11.1"