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
//! Configuration integration tests.
//!
//! Tests for EventStore configuration and builder:
//! - builder: EventStoreBuilder API and fluent interface
//! - conversion: Config conversions and compatibility

mod builder;
mod conversion;