{"id":15032674,"url":"https://github.com/avi-d-coder/iter_fallback","last_synced_at":"2026-04-07T14:32:09.756Z","repository":{"id":62441277,"uuid":"156942908","full_name":"Avi-D-coder/iter_fallback","owner":"Avi-D-coder","description":"Drive two iters, exhaust first then fallback on the rest of second","archived":false,"fork":false,"pushed_at":"2018-11-19T01:02:54.000Z","size":16,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-28T08:52:40.742Z","etag":null,"topics":["fallback","iterative-methods","iterator","rust","rust-language"],"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/Avi-D-coder.png","metadata":{"files":{"readme":"README.md","changelog":null,"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":"2018-11-10T03:14:23.000Z","updated_at":"2019-09-07T01:17:40.000Z","dependencies_parsed_at":"2022-11-01T22:16:15.138Z","dependency_job_id":null,"html_url":"https://github.com/Avi-D-coder/iter_fallback","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/Avi-D-coder%2Fiter_fallback","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Avi-D-coder%2Fiter_fallback/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Avi-D-coder%2Fiter_fallback/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Avi-D-coder%2Fiter_fallback/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Avi-D-coder","download_url":"https://codeload.github.com/Avi-D-coder/iter_fallback/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243351841,"owners_count":20276908,"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":["fallback","iterative-methods","iterator","rust","rust-language"],"created_at":"2024-09-24T20:19:06.500Z","updated_at":"2025-12-27T18:48:11.413Z","avatar_url":"https://github.com/Avi-D-coder.png","language":"Rust","readme":"[![crates.io](https://img.shields.io/crates/v/iter_fallback.svg)](https://crates.io/crates/iter_fallback)\n\n# iter_fallback\nAn iterator that falls back to a second iterator when the first one is exusted.\n```rs\n assert_eq!(\n            vec![1, 2, 3, 4, 5],\n            vec![1, 2, 3]\n                .into_iter()\n                .fallback(vec![0, 0, 0, 4, 5].into_iter())\n                .collect::\u003cVec\u003c_\u003e\u003e()\n        )\n\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Favi-d-coder%2Fiter_fallback","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Favi-d-coder%2Fiter_fallback","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Favi-d-coder%2Fiter_fallback/lists"}