tvl-depot/tvix/castore/src
Florian Klink 499bc2f7ee refactor(tvix/castore/blobsvc): use B3Digest Display impl
We don't need to use BASE64 here on our own, B3Digest has a Display
impl.

This will also make sure the `b3:` digest is present in field values.

Change-Id: I0ce6ee0f7e7e99fb9b16872953a1b742e99be291
Reviewed-on: https://cl.tvl.fyi/c/depot/+/11192
Reviewed-by: Connor Brewster <cbrewster@hey.com>
Tested-by: BuildkiteCI
Autosubmit: flokli <flokli@flokli.de>
2024-03-18 16:10:05 +00:00
..
blobservice refactor(tvix/castore/blobsvc): use B3Digest Display impl 2024-03-18 16:10:05 +00:00
directoryservice refactor(tvix/*/from_addr): improve test debuggability 2024-03-03 16:54:19 +00:00
fs feat(tvix/castore): Compile fix for Darwin 2024-02-19 17:14:24 +00:00
proto fix(tvix/castore/grpc/directory): skip_all fields in instrument 2024-03-09 05:47:41 +00:00
tests refactor(tvix): use AsRef<dyn …> instead of Deref<Target= …> 2024-01-09 14:08:22 +00:00
digests.rs feat(tvix/castore): impl Debug for B3Digest 2024-03-17 22:18:20 +00:00
errors.rs feat(tvix/castore): impl From<std::io::Error> for Error 2023-11-18 19:23:47 +00:00
fixtures.rs refactor(tvix): condense long bytestrings 2023-10-27 07:37:26 +00:00
hashing_reader.rs feat(tvix/castore): add HashingReader, B3HashingReader 2024-03-03 15:31:31 +00:00
import.rs fix(tvix/castore): don't emit ret as INFO 2024-02-18 07:12:27 +00:00
lib.rs feat(tvix/castore): add HashingReader, B3HashingReader 2024-03-03 15:31:31 +00:00
tonic.rs refactor(tvix/castore/tonic): use match in channel_from_url 2023-11-17 14:01:26 +00:00
utils.rs refactor(tvix/castore/tests): let gen_*_service return Boxes 2024-01-01 14:45:17 +00:00