jj/lib
Martin von Zweigbergk 2eab85964a index: extract a ReadonlyIndex trait
I didn't make `ReadonlyIndex` extend `Index` because it needed an
`as_index()` to convert to `&dyn Index` trait object
anyway. Separating the types also gives us flexibility to implement
the two traits on different types.
2023-03-11 22:22:46 -08:00
..
gen-protos
src index: extract a ReadonlyIndex trait 2023-03-11 22:22:46 -08:00
tests index: load store based on type recorded in .jj/repo/index/type 2023-03-11 22:22:46 -08:00
testutils index: load store based on type recorded in .jj/repo/index/type 2023-03-11 22:22:46 -08:00
build.rs
Cargo.toml cargo: bump pest_derive from 2.5.5 to 2.5.6 2023-03-07 17:32:21 +01:00