huskies: merge 854
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
//! Last-writer-wins (LWW) register CRDT.
|
||||
//!
|
||||
//! Implements a delete-wins LWW register for primitive values inside a nested
|
||||
//! JSON CRDT. Concurrent writes are resolved by sequence number; ties are broken
|
||||
//! by author public key so every node converges to the same value.
|
||||
|
||||
use crate::debug::DebugView;
|
||||
use crate::json_crdt::{CrdtNode, JsonValue, OpState};
|
||||
use crate::op::{join_path, print_path, Op, PathSegment, SequenceNumber};
|
||||
|
||||
Reference in New Issue
Block a user