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:
parent
6deff4d8e9
commit
e4378f0143
4 changed files with 535 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue