snix/users/edef/crunch-v2
Florian Klink a512f16424 chore(nix-compat): bump to nom 8.x
See 72dd5818b7/CHANGELOG.md
for the nom changelog.

Most notably, there's now a .parse() to be added:

`combinator(arg)(input)` -> `combinator(arg).parse(input)`

There also doesn't need to be a tuple combinator (it's implemented on
tuples directly).

This also refactors the string / byte field parsing parts, to make them
more concise.

Change-Id: I9e8a3cedd07d6705be391898eb6a486fb8164069
Reviewed-on: https://cl.tvl.fyi/c/depot/+/13193
Tested-by: BuildkiteCI
Reviewed-by: edef <edef@edef.eu>
Reviewed-by: Brian Olsen <me@griff.name>
2025-03-04 08:17:05 +00:00
..
protos chore(tvix/tools): move crunch-v2 to //users/edef 2024-10-12 23:02:50 +00:00
src chore(tvix/tools): move crunch-v2 to //users/edef 2024-10-12 23:02:50 +00:00
.gitignore chore(tvix/tools): move crunch-v2 to //users/edef 2024-10-12 23:02:50 +00:00
build.rs chore(tvix/tools): move crunch-v2 to //users/edef 2024-10-12 23:02:50 +00:00
Cargo.lock chore(nix-compat): bump to nom 8.x 2025-03-04 08:17:05 +00:00
Cargo.nix chore(nix-compat): bump to nom 8.x 2025-03-04 08:17:05 +00:00
Cargo.toml chore(tvix/tools): move crunch-v2 to //users/edef 2024-10-12 23:02:50 +00:00
default.nix chore(tvix/tools): move crunch-v2 to //users/edef 2024-10-12 23:02:50 +00:00
OWNERS chore(tvix/tools): move crunch-v2 to //users/edef 2024-10-12 23:02:50 +00:00