peat-protocol 0.9.0-rc.8

Peat Coordination Protocol — hierarchical capability composition over CRDTs for heterogeneous mesh networks
1
2
3
4
5
6
7
8
9
10
//! Differential update system
//!
//! Implements delta generation, application, and priority assignment.

pub mod applicator;
pub mod change_tracker;
pub mod generator;
pub mod priority;

// Re-exports will be added as modules are implemented