invocation-counter 1.0.0

Datastructure to answer to: how many times a function has been called in the last X minutes?
Documentation
[lib]
name = "invocation_counter"
path = "src/lib.rs"

[package]
authors = ["Tommaso Allevi <tomallevi@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["algorithms", "concurrency", "data-structures", "memory-management"]
description = "Datastructure to answer to: how many times a function has been called in the last X minutes?"
documentation = "https://docs.rs/invocation-counter"
edition = "2021"
homepage = "https://crates.io/crates/invocation-counter"
keywords = ["counter", "concurrency", "data-structures", "memory-management", "invocation"]
license = "Apache-2.0"
name = "invocation-counter"
readme = "README.md"
repository = "https://github.com/oramasearch/invocation-counter"
version = "1.0.0"