1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-30 12:37:49 +00:00

checksum: avoid to recompute Regexps

This commit is contained in:
Dorian Péron 2024-12-05 18:19:50 +01:00 committed by Dorian Peron
parent ed15ca1d26
commit 65ddccbeb6
3 changed files with 28 additions and 14 deletions

1
Cargo.lock generated
View file

@ -3573,6 +3573,7 @@ dependencies = [
"glob",
"hex",
"itertools",
"lazy_static",
"libc",
"md-5",
"memchr",