Registry / database / datacake-crdt

datacake-crdt

JSON →
library0.4.1rscratesunverified

Conflict-free replicated data types based on hybrid logical clocks for eventually consistent data stores.

# Cargo.toml [dependencies] datacake-crdt = "0.4.1"
INSTALL
IMPORT
SIG · DATACAKE-CRDT
D
datacake-crdt
databaserustv0.4.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

LWWMap
✓ use datacake_crdt::LWWMap;

Create and use a last-writer-wins map.

use datacake_crdt::LWWMap; fn main() { let mut map = LWWMap::default(); map.insert("key", "value"); println!("{:?}", map.get("key")); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.4.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
6
Resources
datacake-crdt — cargo add datacake-crdt · libregistry