invocation-counter 1.0.0

Datastructure to answer to: how many times a function has been called in the last X minutes?
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "invocation-counter"
version = "1.0.0"
edition = "2021"
license = "Apache-2.0"
description = "Datastructure to answer to: how many times a function has been called in the last X minutes?"
keywords = ["counter", "concurrency", "data-structures", "memory-management", "invocation"]
categories = ["algorithms", "concurrency", "data-structures", "memory-management"]
authors = [
  "Tommaso Allevi <tomallevi@gmail.com>",
]
documentation = "https://docs.rs/invocation-counter"
repository = "https://github.com/oramasearch/invocation-counter"
homepage = "https://crates.io/crates/invocation-counter"