jj/lib
Yuya Nishihara cf8a0466c4 backend: introduce error types specific to init/load phases
Errors that may occur while loading backend would vary per backends, and
it's unlikely that these errors could be mapped to BackendError variants
other than BackendError::Other. So let's extract Other(_) of that kind as
a separate type to clarify there would be no other error variants.

Perhaps, Backend/Error will be renamed to CommitBackend/Error or
CommitStore/Error?, whereas I think BackendInit/LoadError can be shared
among store factories.
2023-07-06 20:48:46 +09:00
..
benches
gen-protos backend: split up store.proto in git and local versions 2023-06-22 13:49:46 +02:00
src backend: introduce error types specific to init/load phases 2023-07-06 20:48:46 +09:00
tests git export: (almost) no-op refactor to export_refs to use RefName 2023-07-03 11:01:22 -07:00
testutils backend: introduce error types specific to init/load phases 2023-07-06 20:48:46 +09:00
build.rs
Cargo.toml cargo: bump smallvec from 1.10.0 to 1.11.0 2023-07-05 22:29:49 +02:00