snix/users/edef/weave
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
..
src feat(users/edef/weave): use tracing_indicatif for progress 2024-10-20 21:22:23 +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 feat(users/edef/weave): use tracing_indicatif for progress 2024-10-20 21:22:23 +00:00
default.nix chore(tvix/tools): move weave to //users/edef 2024-10-12 23:11:25 +00:00
OWNERS chore(tvix/tools): move weave to //users/edef 2024-10-12 23:11:25 +00:00