ok/jj
1
0
Fork 0
forked from mirrors/jj
jj/lib
Martin von Zweigbergk 7c8a0a18f9 repo: define types for backend initializer functions
`ReadonlyRepo::init()` takes callbacks for initializing each kind of
backend. We called these things like `op_store_initializer`. I found
that confusing because it is not a `OpStoreFactory` (which is for
loading an existing backend). This patch tries to clarify that by
renaming the arguments and adding types for each kind of callback
function.
2023-10-16 22:33:44 -07:00
..
benches
gen-protos
src repo: define types for backend initializer functions 2023-10-16 22:33:44 -07:00
tests repo: define types for backend initializer functions 2023-10-16 22:33:44 -07:00
testutils repo: define types for backend initializer functions 2023-10-16 22:33:44 -07:00
Cargo.toml backend: make read functions async 2023-10-08 23:36:49 -07:00
LICENSE