snix/tvix/store/src
Florian Klink d884890e56 docs(tvix/store/directorysvc/grpc): fix comment
We do compare for equality. This comment probably was when I tried to
compare the `Result<T, E>`, and as `E` doesn't derive PartialEq it was
annoying.

Change-Id: I18bb19528c76af91c9d24d88d55dd46d0c092d20
Reviewed-on: https://cl.tvl.fyi/c/depot/+/8354
Autosubmit: flokli <flokli@flokli.de>
Tested-by: BuildkiteCI
Reviewed-by: tazjin <tazjin@tvl.su>
2023-03-27 14:37:33 +00:00
..
bin feat(tvix/store/bin): print store path 2023-03-19 20:57:27 +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 docs(tvix/store/directorysvc/grpc): fix comment 2023-03-27 14:37:33 +00:00
nar refactor(tvix/store/nar): pass in &proto::node::Node 2023-03-17 07:49:38 +00:00
pathinfoservice feat(tvix/store/pathinfosvc): add gRPC client 2023-03-27 08:48:41 +00:00
proto feat(tvix/store/directorysvc): add DirectoryService::get_recursive() 2023-03-27 09:03:34 +00:00
tests refactor(tvix/store/nar): pass in &proto::node::Node 2023-03-17 07:49:38 +00:00
blobreader.rs docs(tvix/store/blobreader): fix docstring 2023-03-27 08:44:40 +00:00
errors.rs feat(tvix/store/pathinfosvc): add gRPC client 2023-03-27 08:48:41 +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