Skip to main contentModule lwwmap
Source - 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.