snix/tvix/store/src
Florian Klink e4687765d7 refactor(tvix/store): bump fastcdc dep
This removes the use of Box::new, switching fastcdc to version 3.0.2
with https://github.com/nlfiedler/fastcdc-rs/issues/25 fixed.

Change-Id: I64f388b9e0a7f358e25a8bb7ca0e4df1d3bb01c4
Reviewed-on: https://cl.tvl.fyi/c/depot/+/8249
Tested-by: BuildkiteCI
Reviewed-by: raitobezarius <tvl@lahfa.xyz>
Reviewed-by: tazjin <tazjin@tvl.su>
Autosubmit: flokli <flokli@flokli.de>
2023-03-11 14:12:46 +00:00
..
bin feat(tvix/store): move to daemon subcommand, add import subcommand 2023-03-10 10:58:55 +00:00
blobservice refactor(tvix/store): impl Default for MemoryBlobService 2023-03-10 12:15:02 +00:00
chunkservice refactor(tvix/store): factor out hash update into function 2023-03-11 14:12:45 +00:00
directoryservice refactor(tvix/store): impl Default for MemoryDirectoryService 2023-03-10 12:13:01 +00:00
nar feat(tvix/store): add NARCalculationService trait and impl 2023-03-10 10:58:55 +00:00
pathinfoservice refactor(tvix/store): impl Default for MemoryPathInfoService 2023-03-10 12:13:00 +00:00
proto refactor(tvix/store): factor out hash update into function 2023-03-11 14:12:45 +00:00
tests refactor(tvix/store): impl Default for MemoryBlobService 2023-03-10 12:15:02 +00:00
blobreader.rs feat(tvix/store): add new_temporary for all Sled services 2023-03-10 10:58:55 +00:00
blobwriter.rs refactor(tvix/store): move upload_chunk out of blobwriter 2023-03-10 15:45:45 +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): bump fastcdc dep 2023-03-11 14:12:46 +00:00
lib.rs feat(tvix/store): add import::import_path 2023-03-10 10:58:55 +00:00