jj/lib
Martin von Zweigbergk 8acb54b26e op_store: extract current Protobuf-based implementation to separate file
In order to allow building jj inside of Google, our Protobuf team
doesn't want to us to use a Google-unsupported implementation. Since
there is no supported implementation in Rust, we have to migrate off
of Protobufs. I'm starting with the operation store. This commit moves
the current implementation to a separate file so it can easily be
disabled by a Caargo feature.
2022-11-13 11:39:33 -08:00
..
src op_store: extract current Protobuf-based implementation to separate file 2022-11-13 11:39:33 -08:00
tests tests: move testutils module into separate crate 2022-11-08 07:29:35 -08:00
testutils tests: move testutils module into separate crate 2022-11-08 07:29:35 -08:00
build.rs
Cargo.toml simple_op_store: hash view/operation data directly 2022-11-12 21:40:36 -08:00