snix/tvix/store/src
Florian Klink 62ecfc7001 chore(tvix/store): allow(unused_mut)
When building tvix-store without default features, this variable doesn't
need to be mutable. Silence the warning.

Change-Id: Iec61be0064c0cef276a29ef22e5c4af3b052efe8
Reviewed-on: https://cl.tvl.fyi/c/depot/+/8267
Reviewed-by: raitobezarius <tvl@lahfa.xyz>
Tested-by: BuildkiteCI
Autosubmit: flokli <flokli@flokli.de>
2023-03-12 16:45:37 +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 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