tvl-depot/tvix/store/src
Florian Klink 99f675ecef refactor(tvix/store/nar/import): use AsRef
We need to be a bit careful and pass the BlobService around (similar to
how we already do with the directory_putter), but that allows getting
rid of a bunch of annoying trait bounds.

We also stop spawning additional tasks where we can just use block_on.

Change-Id: If36de0ee947d2c779d20a384308241d2262d4764
Reviewed-on: https://cl.tvl.fyi/c/depot/+/10580
Reviewed-by: raitobezarius <tvl@lahfa.xyz>
Tested-by: BuildkiteCI
Autosubmit: flokli <flokli@flokli.de>
2024-01-09 14:18:26 +00:00
..
bin fix(tvix/store): set service.name 2024-01-03 13:29:35 +00:00
nar refactor(tvix/store/nar/import): use AsRef 2024-01-09 14:18:26 +00:00
pathinfoservice refactor(tvix): use AsRef<dyn …> instead of Deref<Target= …> 2024-01-09 14:08:22 +00:00
proto refactor(tvix/castore/tests): let gen_*_service return Boxes 2024-01-01 14:45:17 +00:00
tests refactor(tvix/castore/tests): let gen_*_service return Boxes 2024-01-01 14:45:17 +00:00
lib.rs refactor(tvix/store): move construct_services helper here 2023-12-31 22:23:49 +00:00
utils.rs refactor(tvix): use AsRef<dyn …> instead of Deref<Target= …> 2024-01-09 14:08:22 +00:00