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
# debounce

Data structures and helpers for *debouncing* a stream of events: removing
duplicate events occurring closely in time.

<https://docs.rs/debounce>