{"id":17334819,"url":"https://github.com/tfeldmann/rust-schmitttrigger","last_synced_at":"2025-03-27T07:11:17.214Z","repository":{"id":65154709,"uuid":"584744525","full_name":"tfeldmann/rust-schmitttrigger","owner":"tfeldmann","description":null,"archived":false,"fork":false,"pushed_at":"2023-01-03T12:17:00.000Z","size":3,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-01T20:02:49.314Z","etag":null,"topics":["library","rust","schmitt-trigger"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tfeldmann.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2023-01-03T12:07:07.000Z","updated_at":"2023-01-06T18:25:57.000Z","dependencies_parsed_at":"2023-01-03T14:49:15.084Z","dependency_job_id":null,"html_url":"https://github.com/tfeldmann/rust-schmitttrigger","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tfeldmann%2Frust-schmitttrigger","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tfeldmann%2Frust-schmitttrigger/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tfeldmann%2Frust-schmitttrigger/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tfeldmann%2Frust-schmitttrigger/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tfeldmann","download_url":"https://codeload.github.com/tfeldmann/rust-schmitttrigger/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245798359,"owners_count":20673902,"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":["library","rust","schmitt-trigger"],"created_at":"2024-10-15T15:07:15.949Z","updated_at":"2025-03-27T07:11:17.195Z","avatar_url":"https://github.com/tfeldmann.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Rust Schmitt-Trigger library\n\nBasic usage:\n\n```rust\nlet mut trigger = SchmittTrigger::new(5, 10);\ntrigger.input(4)  // false\ntrigger.input(12) // true\ntrigger.input(6)  // still true\nlet result = trigger.output() // true\n```\n\nWorks with any type that has the PartialEq trait.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftfeldmann%2Frust-schmitttrigger","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftfeldmann%2Frust-schmitttrigger","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftfeldmann%2Frust-schmitttrigger/lists"}