{"id":15032157,"url":"https://github.com/kpreid/exhaust","last_synced_at":"2025-04-10T00:23:13.894Z","repository":{"id":37684507,"uuid":"459415883","full_name":"kpreid/exhaust","owner":"kpreid","description":"Exhaustive iteration trait in Rust","archived":false,"fork":false,"pushed_at":"2025-03-25T02:37:09.000Z","size":201,"stargazers_count":14,"open_issues_count":8,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-02T23:45:56.238Z","etag":null,"topics":["iterator","rust"],"latest_commit_sha":null,"homepage":"https://docs.rs/exhaust/","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/kpreid.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-02-15T03:39:21.000Z","updated_at":"2025-03-11T03:41:25.000Z","dependencies_parsed_at":"2023-12-05T20:24:38.409Z","dependency_job_id":"6116ff76-92cd-4b17-8b17-aebd1b3e8a6f","html_url":"https://github.com/kpreid/exhaust","commit_stats":{"total_commits":99,"total_committers":1,"mean_commits":99.0,"dds":0.0,"last_synced_commit":"38111a963ca012776e9c69b326a2ef4475fe0bab"},"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kpreid%2Fexhaust","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kpreid%2Fexhaust/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kpreid%2Fexhaust/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kpreid%2Fexhaust/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kpreid","download_url":"https://codeload.github.com/kpreid/exhaust/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248132343,"owners_count":21053025,"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":["iterator","rust"],"created_at":"2024-09-24T20:17:33.714Z","updated_at":"2025-04-10T00:23:13.853Z","avatar_url":"https://github.com/kpreid.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"Exhaust(ive iteration for Rust)\n===============================\n\n`exhaust` is a Rust library which provides the `Exhaust` trait, which can be used to iterate over **all possible values of a type** that implements it. Implementations are provided for standard library types, and derive macros are available to allow easy implementation for user-defined types.\n\nExhaustive iteration may be useful for exhaustive testing, working with enums, and solving constraints by brute-force search.\n\n`exhaust` is `no_std` compatible with default features disabled. The `alloc` and `std` features add implementations for the corresponding standard library crates.\n\nLicense\n-------\n\nLicensed under either of\n\n * Apache License, Version 2.0\n   ([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)\n * MIT license\n   ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)\n\nat your option.\n\nContribution\n------------\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 be\ndual licensed as above, without any additional terms or conditions.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkpreid%2Fexhaust","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkpreid%2Fexhaust","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkpreid%2Fexhaust/lists"}