faultline_sync 0.1.0

Local-first synchronization models and operation envelopes for FaultLine.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# faultline_sync

Local-first synchronization contracts for FaultLine.

## Scope
- operation envelope and causal context
- operation log model
- peer advertisement model
- conflict event contract
- sync session trait and in-memory baseline

## Notes
This crate defines convergent sync interfaces while deferring full CRDT convergence mechanics to later phases.