day03, faster hash

This commit is contained in:
nora 2023-12-03 15:23:48 +01:00
parent 3e0ef21379
commit e80cf475a1
5 changed files with 81 additions and 4 deletions

7
Cargo.lock generated
View file

@ -129,6 +129,7 @@ dependencies = [
"divan",
"helper",
"nom",
"rustc-hash",
]
[[package]]
@ -231,6 +232,12 @@ version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "30b661b2f27137bdbc16f00eda72866a92bb28af1753ffbd56744fb6e2e9cd8e"
[[package]]
name = "rustc-hash"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
[[package]]
name = "rustix"
version = "0.38.26"