snix/tvix/store/src
Florian Klink 30d82efa77 refactor(tvix/castore/blobservice): use io::Result in trait
For all these calls, the caller has enough context about what it did, so
it should be fine to use io::Result here.

We pretty much only constructed crate::Error::StorageError before
anyways, so this conveys *more* information.

Change-Id: I5cabb3769c9c2314bab926d34dda748fda9d3ccc
Reviewed-on: https://cl.tvl.fyi/c/depot/+/10328
Reviewed-by: raitobezarius <tvl@lahfa.xyz>
Tested-by: BuildkiteCI
Autosubmit: flokli <flokli@flokli.de>
2023-12-12 18:06:40 +00:00
..
bin refactor(tvix/castore/tonic): make async, support wait-connect=? 2023-11-15 06:43:31 +00:00
fs refactor(store/fs): address clippy 2023-12-09 12:58:39 +00:00
nar refactor(tvix/castore/blobservice): use io::Result in trait 2023-12-12 18:06:40 +00:00
pathinfoservice refactor(tvix/*store/sled): make ::new() more generic 2023-12-11 22:46:50 +00:00
proto feat(tvix/store): add as_narinfo() for PathInfo 2023-11-22 20:37:10 +00:00
tests chore(store/src/tests): make clippy shut up 2023-12-09 10:51:10 +00:00
lib.rs refactor(tvix/store): Upgrade tokio-listener to get tonic support 2023-10-14 18:56:51 +00:00