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

@ -3,6 +3,7 @@ use tvix_castore::B3Digest;
mod import;
mod renderer;
pub mod seekable;
pub use import::ingest_nar;
pub use import::ingest_nar_and_hash;
pub use renderer::calculate_size_and_sha256;