Skip to main content

Module lwwmap

Module lwwmap 

Source

Structs§

LWWEntry
Single LWW entry with value, timestamp, and writer identity.
LWWMap
Last-Write-Wins CRDT map using BTreeMap (no_std compatible). Tie-breaking: timestamp > writer_id (lexicographic), matching Python’s LWWMap.