rate-log 0.3.0

A Rust library for rate-limited logging that prevents spam by tracking message frequency and duration.
Documentation
[dependencies]

[lib]
name = "rate_log"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A Rust library for rate-limited logging that prevents spam by tracking message frequency and duration."
documentation = "https://docs.rs/crate/rate-log"
edition = "2021"
license = "MIT"
name = "rate-log"
readme = "README.md"
repository = "https://github.com/ChenhuiZhang/rate-log"
version = "0.3.0"