debouncr 0.1.2

A simple no-std input debouncer to detect rising and falling edges with minimal RAM requirements.
Documentation
[dependencies.doc-comment]
version = "0.3"

[package]
authors = ["Danilo Bargen <mail@dbrgn.ch>"]
description = "A simple no-std input debouncer to detect rising and falling edges with minimal RAM requirements."
documentation = "https://docs.rs/debouncr"
edition = "2018"
keywords = ["debouncer", "no-std", "embedded-hal"]
license = "MIT OR Apache-2.0"
name = "debouncr"
readme = "README.md"
repository = "https://github.com/dbrgn/debouncr/"
version = "0.1.2"