vectis-crdt 0.1.3

CRDT library for ordered collections of mutable objects. RGA/YATA sequence for deterministic z-order + LWW-Register per property. Binary wire format, Wasm and Python bindings.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "name": "vectis-crdt",
  "version": "0.1.0",
  "description": "CRDT engine for collaborative whiteboards — Rust/Wasm core + TypeScript API",
  "type": "module",
  "main": "./ts/document.ts",
  "scripts": {
    "build": "bash build.sh release",
    "build:dev": "bash build.sh dev",
    "test": "bash build.sh test",
    "test:wasm": "bash build.sh test-wasm"
  },
  "keywords": ["crdt", "wasm", "collaborative", "whiteboard"],
  "license": "MIT"
}