Crate accumulator [] [src]

Accumulator

A key-value store limited by size or time, allowing accumulation of multiple values under a single key.

When adding (accumulating) values under a given key, once a predefined quorum count has been reached, the function will thereafter return all the accumulated values for that particular key.

Structs

Accumulator

Implementation of Accumulator.