tvl-depot/tvix/castore/src/blobservice
Florian Klink 1157eea710 docs(tvix/castore/blobsvc): fix doc comments on trait
The readers implement AsyncRead/AsyncSeek, not their sync counterparts.
Also update expectations around chunks.

Change-Id: Ic266688039d80d16d33f651b96ce2bcdedecfa00
Reviewed-on: https://cl.tvl.fyi/c/depot/+/10734
Autosubmit: flokli <flokli@flokli.de>
Tested-by: BuildkiteCI
Reviewed-by: Connor Brewster <cbrewster@hey.com>
2024-02-02 16:24:06 +00:00
..
combinator.rs refactor(tvix/castore/blobsvc/combinator): compact trait bounds 2024-02-02 08:55:16 +00:00
from_addr.rs refactor(tvix/castore/blobsvc): return Box, not Arc 2023-12-31 22:18:14 +00:00
grpc.rs feat(tvix/castore/blobsvc): add chunks method 2024-01-09 17:31:32 +00:00
memory.rs refactor(tvix/castore/blobservice): use io::Result in trait 2023-12-12 18:06:40 +00:00
mod.rs docs(tvix/castore/blobsvc): fix doc comments on trait 2024-02-02 16:24:06 +00:00
naive_seeker.rs refactor(tvix): move castore into tvix-castore crate 2023-09-22 12:51:21 +00:00
simplefs.rs feat(tvix/castore): simple filesystem blob service 2023-12-17 14:34:13 +00:00
sled.rs refactor(tvix/castore/blobservice): use io::Result in trait 2023-12-12 18:06:40 +00:00
tests.rs refactor(tvix/castore): address clippy 2023-12-09 12:58:39 +00:00