{"id":16603290,"url":"https://github.com/dbrgn/debouncr","last_synced_at":"2025-09-28T16:30:51.313Z","repository":{"id":56186552,"uuid":"259564225","full_name":"dbrgn/debouncr","owner":"dbrgn","description":"A simple no-std input debouncer to detect rising edges with minimal RAM requirements.","archived":false,"fork":false,"pushed_at":"2020-11-21T21:15:28.000Z","size":41,"stargazers_count":28,"open_issues_count":3,"forks_count":3,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-12T10:42:10.915Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dbrgn.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE-APACHE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-04-28T07:31:07.000Z","updated_at":"2024-12-30T14:51:46.000Z","dependencies_parsed_at":"2022-08-15T14:20:20.255Z","dependency_job_id":null,"html_url":"https://github.com/dbrgn/debouncr","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dbrgn%2Fdebouncr","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dbrgn%2Fdebouncr/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dbrgn%2Fdebouncr/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dbrgn%2Fdebouncr/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dbrgn","download_url":"https://codeload.github.com/dbrgn/debouncr/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":234540952,"owners_count":18849517,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-12T00:49:03.164Z","updated_at":"2025-09-28T16:30:50.970Z","avatar_url":"https://github.com/dbrgn.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Debouncr\n\n[![Build status][workflow-badge]][workflow]\n[![Crates.io Version][crates-io-badge]][crates-io]\n[![Crates.io Downloads][crates-io-download-badge]][crates-io-download]\n![No Std][no-std-badge]\n\nA simple and efficient `no_std` input debouncer that uses integer bit shifting\nto debounce inputs. The algorithm can detect rising and falling edges and only\nrequires 1 byte of RAM for detecting up to 8 consecutive high/low states or 2\nbytes of RAM for detecting up to 16 consecutive high/low states.\n\nThe algorithm is based on the [Ganssle Guide to\nDebouncing](http://www.ganssle.com/debouncing-pt2.htm) (section \"An\nAlternative\").\n\nDocs: https://docs.rs/debouncr\n\n## License\n\nLicensed under either of\n\n * Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE) or\n   http://www.apache.org/licenses/LICENSE-2.0)\n * MIT license ([LICENSE-MIT](LICENSE-MIT) or\n   http://opensource.org/licenses/MIT) at your option.\n\n### Contributing\n\nUnless you explicitly state otherwise, any contribution intentionally submitted\nfor inclusion in the work by you, as defined in the Apache-2.0 license, shall\nbe dual licensed as above, without any additional terms or conditions.\n\n\n\u003c!-- Badges --\u003e\n[workflow]: https://github.com/dbrgn/debouncr/actions?query=workflow%3ACI\n[workflow-badge]: https://img.shields.io/github/workflow/status/dbrgn/debouncr/CI/master\n[crates-io]: https://crates.io/crates/debouncr\n[crates-io-badge]: https://img.shields.io/crates/v/debouncr.svg?maxAge=3600\n[crates-io-download]: https://crates.io/crates/debouncr\n[crates-io-download-badge]: https://img.shields.io/crates/d/debouncr.svg?maxAge=3600\n[no-std-badge]: https://img.shields.io/badge/no__std-yes-blue\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdbrgn%2Fdebouncr","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdbrgn%2Fdebouncr","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdbrgn%2Fdebouncr/lists"}