debounce 0.2.2

Data structures and helpers for debouncing a stream of events: removing duplicate events occurring closely in time.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[dependencies]

[dev-dependencies.getopts]
version = "^0.2"

[package]
authors = ["Ivan Sagalaev <maniac@softwaremaniacs.org>"]
description = "Data structures and helpers for debouncing a stream of events: removing duplicate events occurring closely in time."
documentation = "https://docs.rs/debounce"
edition = "2018"
license = "BSD-3-Clause"
name = "debounce"
readme = "README.md"
repository = "https://nest.pijul.com/isagalaev/debounce"
version = "0.2.2"