tvl-depot/tvix/store/src
Florian Klink 638f3e874d feat(tvix/store/fuse): implement open explicitly
This "reverts" commit 9f600de226 (the
initial revert of f5e291cf83).

Now with BlobService returning a BlobReader that implements io::Seek, we
can actually just call blob_reader.seek(io::SeekFrom::Start(offset as
u64)).

This means, we currently will fail to seek backwards inside a file.

Change-Id: I9c19448df6831a3537252f99210374f2126ecfc0
Reviewed-on: https://cl.tvl.fyi/c/depot/+/8886
Tested-by: BuildkiteCI
Autosubmit: flokli <flokli@flokli.de>
Reviewed-by: raitobezarius <tvl@lahfa.xyz>
2023-07-21 18:52:47 +00:00
..
bin refactor(tvix/store/blobsvc): make from_addr not async 2023-06-14 23:16:09 +00:00
blobservice feat(tvix/store/fuse): implement open explicitly 2023-07-21 18:52:47 +00:00
directoryservice docs(tvix/store): correct some cargo doc warnings 2023-06-19 22:54:46 +00:00
fuse feat(tvix/store/fuse): implement open explicitly 2023-07-21 18:52:47 +00:00
nar docs(tvix/store): correct some cargo doc warnings 2023-06-19 22:54:46 +00:00
pathinfoservice docs(tvix/store): correct some cargo doc warnings 2023-06-19 22:54:46 +00:00
proto feat(tvix/nix-compat): have StorePath accept bytes 2023-07-21 18:04:38 +00:00
tests refactor(tvix/store/pathinfosvc): use Arc<dyn …> 2023-06-12 13:27:05 +00:00
digests.rs refactor(tvix/store/digests): clippy 2023-05-23 12:28:34 +00:00
errors.rs feat(tvix/store/pathinfosvc): add gRPC client 2023-03-27 08:48:41 +00:00
import.rs refactor(tvix/store/blobsvc): drop Result<_,_> around open_write 2023-06-12 12:43:34 +00:00
lib.rs feat(tvix/store): add mount command to entrypoint and fuse mod 2023-06-10 15:33:07 +00:00
store_io.rs refactor(tvix/store/pathinfosvc): use Arc<dyn …> 2023-06-12 13:27:05 +00:00