Module ditto::counter [] [src]

A CRDT that stores an i64 value that increments

Structs

Counter

A Counter is an i64 value that can be incremented and decremented via the increment function.

CounterState
Op