SyncKit Core - High-performance sync engine
This is the Rust core of SyncKit, compiled to both native and WASM. It implements:
- Document structure with field-level LWW
- Vector clocks for causality tracking
- CRDT data structures (OR-Set, PN-Counter, Text)
- Binary protocol encoding/decoding (when prost feature enabled)
Examples
use ;
let mut doc = new;
doc.set_field;