log_hz 0.1.0

A logging library that provides macros for logging at a throttled rate.
Documentation
[dependencies.log]
version = "0.4"

[dev-dependencies.testing_logger]
version = "0.1"

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

[package]
authors = ["Carter <carterjschultz@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools::debugging"]
description = "A logging library that provides macros for logging at a throttled rate."
edition = "2024"
keywords = ["logging", "log", "throttle", "throttled", "hz"]
license = "MIT"
name = "log_hz"
readme = "README.md"
repository = "https://github.com/carter12s/log_hz"
version = "0.1.0"