tiny-counter 0.1.0

Track event counts across time windows with fixed memory and fast queries
Documentation
1
2
3
4
5
6
7
8
//! Recording integration tests.
//!
//! Tests for EventStore recording methods:
//! - record: Recording events with various counts
//! - record_past: Recording historical events with timestamps

mod record;
mod record_past;