tvl-depot/tvix/store/src
Florian Klink b025ebb2a1 refactor(tvix/store/nar): pass in &proto::node::Node
Passing in a &proto::node::Node into all this allows us consumers to
keep ownership of the proto::node::Node.

Change-Id: I44882a86c46826b06a8a8a0b24c18adfc7052662
Reviewed-on: https://cl.tvl.fyi/c/depot/+/8316
Tested-by: BuildkiteCI
Reviewed-by: tazjin <tazjin@tvl.su>
Autosubmit: flokli <flokli@flokli.de>
2023-03-17 07:49:38 +00:00
..
bin chore(tvix/store): allow(unused_mut) 2023-03-12 16:45:37 +00:00
blobservice refactor(tvix/store): impl Default for MemoryBlobService 2023-03-10 12:15:02 +00:00
chunkservice chore(tvix/store/chunkservice): clippy lint 2023-03-17 07:49:37 +00:00
directoryservice refactor(tvix/store/directorysvc): use [u8; 32] instead of Vec<u8> 2023-03-16 13:47:32 +00:00
nar refactor(tvix/store/nar): pass in &proto::node::Node 2023-03-17 07:49:38 +00:00
pathinfoservice refactor(tvix/store): impl Default for MemoryPathInfoService 2023-03-10 12:13:00 +00:00
proto refactor(tvix/store/nar): pass in &proto::node::Node 2023-03-17 07:49:38 +00:00
tests refactor(tvix/store/nar): pass in &proto::node::Node 2023-03-17 07:49:38 +00:00
blobreader.rs chore(tvix/store/blobreader): clippy lint 2023-03-17 07:49:37 +00:00
errors.rs refactor(tvix/store): move blob splitting into a BlobWriter struct 2023-03-10 10:58:55 +00:00
import.rs refactor(tvix/store/directorysvc): use [u8; 32] instead of Vec<u8> 2023-03-16 13:47:32 +00:00
lib.rs feat(tvix/store): drop BlobWriter 2023-03-13 10:05:21 +00:00