jj/lib
Yuya Nishihara 75429293f2 simple_op_store: rewrite RefTarget serialization to work with Option<_>
is_none()/is_some() are wrapped as is_absent()/is_present() respectively.
If we see new RefTarget as a Conflict, an "absent" target isn't an emptyish
value like None, but an add of single [None]. It seemed a bit weird to call
such target is_none().
2023-07-17 01:13:21 +09:00
..
benches
gen-protos
src simple_op_store: rewrite RefTarget serialization to work with Option<_> 2023-07-17 01:13:21 +09:00
tests
testutils
build.rs
Cargo.toml