# debounce

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

<https://docs.rs/debounce>