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>