debounced 0.1.0

Utility for building delayed `Future`s and debounced `Stream`s that wait a given duration before yielding the most recent item.
Documentation
[dependencies.futures-timer]
version = "3.0.2"

[dependencies.futures-util]
default-features = false
features = ["sink"]
version = "0.3.25"
[dev-dependencies.futures-channel]
features = ["sink"]
version = "0.3.25"

[dev-dependencies.tokio]
features = ["full", "test-util"]
version = "1.22.0"

[dev-dependencies.tokio-test]
version = "0.4.2"

[package]
description = "Utility for building delayed `Future`s and debounced `Stream`s that wait a given duration before yielding the most recent item."
documentation = "https://docs.rs/debounced/"
edition = "2021"
homepage = "https://github.com/glacyr/debounced"
license = "MIT"
name = "debounced"
readme = "README.md"
repository = "https://github.com/glacyr/debounced"
version = "0.1.0"