keywatch 0.1.1

Async channel that coalesces per-key Add/Delete updates with an optional cooldown.
Documentation
[[bench]]
harness = false
name = "throughput"
path = "benches/throughput.rs"

[dependencies.list_ordered_hashmap]
version = "0.1.5"

[dependencies.parking_lot]
version = "0.12.4"

[dependencies.tokio]
features = ["macros", "sync", "time"]
version = "1.47.1"

[dev-dependencies.criterion]
features = ["html_reports", "async_tokio"]
version = "0.7.0"

[dev-dependencies.tokio]
features = ["rt", "rt-multi-thread"]
version = "1.47.1"

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Async channel that coalesces per-key Add/Delete updates with an optional cooldown."
edition = "2024"
license = "MIT"
name = "keywatch"
readme = false
repository = "https://github.com/davidspies/keywatch"
version = "0.1.1"

[[test]]
name = "advanced"
path = "tests/advanced.rs"

[[test]]
name = "basic"
path = "tests/basic.rs"