feat(tvix/store): seekable nar renderer

Co-authored-by: edef <edef@edef.eu>
Change-Id: I233206e8aae35504ca0519ac88178dfc5596bedb
Reviewed-on: https://cl.tvl.fyi/c/depot/+/12439
Reviewed-by: flokli <flokli@flokli.de>
Autosubmit: yuka <yuka@yuka.dev>
Tested-by: BuildkiteCI
This commit is contained in:
Yureka 2024-09-06 13:59:56 +02:00 committed by clbot
parent 6deff4d8e9
commit e4378f0143
4 changed files with 535 additions and 0 deletions

View file

@ -1,2 +1,3 @@
pub mod fixtures;
mod nar_renderer;
mod nar_renderer_seekable;