radicle-heartwood-lfs/radicle-crdt/src
Alexis Sellier cc33d04a7b
crdt: Require `LWWReg` value to be `Semilattice`
* Also derive instances of `Semilattice` for built-in types.

Signed-off-by: Alexis Sellier <alexis@radicle.xyz>
2022-11-26 17:13:22 +01:00
..
change.rs Start integrating new CRDTs into `radicle` crate 2022-11-26 17:13:22 +01:00
clock.rs Test ordering of timelines with concurrency 2022-11-23 21:03:49 +01:00
lib.rs crdt: Require `LWWReg` value to be `Semilattice` 2022-11-26 17:13:22 +01:00
lwwmap.rs crdt: Require `LWWReg` value to be `Semilattice` 2022-11-26 17:13:22 +01:00
lwwreg.rs crdt: Require `LWWReg` value to be `Semilattice` 2022-11-26 17:13:22 +01:00
lwwset.rs Use `merge` as the `Semilattice` join method 2022-11-26 17:13:22 +01:00
ord.rs crdt: Require `LWWReg` value to be `Semilattice` 2022-11-26 17:13:22 +01:00
redactable.rs crdt: Require `LWWReg` value to be `Semilattice` 2022-11-26 17:13:22 +01:00
test.rs Start integrating new CRDTs into `radicle` crate 2022-11-26 17:13:22 +01:00