The Replicated Data eXchange format for easy consistent syncing. Here, "consistent" means lots of algebra, starting with Conflict-free Replicated Data Types (CRDTs). When RDX replicas sync, they sync precisely to the last bit and they do it very fast!
This repo contains the C RDX universe:
- the ABC C dialect, aka Algebraic Bricklaying C,
- the RDX format per se, binary and text varieties,
- a generic RDX syncing store,
- an RDX based revision control system, and
- a handbook of basic use cases for the new users.