crdt-lite 0.5.1

A lightweight, column-based CRDT implementation in Rust
Documentation
1
2
3
4
set fallback := true

test:
  clang++ -std=c++20 -O2 -o crdt tests.cpp && ./crdt