dx-dcp 0.0.1

Development Context Protocol - binary-first replacement for MCP
Documentation
1
2
3
4
5
//! State synchronization for DCP protocol.

pub mod delta;

pub use delta::XorDelta;