tiny-counter 0.1.0

Track event counts across time windows with fixed memory and fast queries
Documentation
1
2
3
4
5
//! Property-based tests using proptest.
//!
//! Tests invariants that should always hold for arbitrary inputs.

mod basic;