{"id":15749506,"url":"https://github.com/ksxgithub/fmt-iter","last_synced_at":"2025-03-13T13:32:29.386Z","repository":{"id":37977645,"uuid":"359473847","full_name":"KSXGitHub/fmt-iter","owner":"KSXGitHub","description":"Print all items from an iterator","archived":false,"fork":false,"pushed_at":"2023-03-13T09:57:01.000Z","size":55,"stargazers_count":2,"open_issues_count":1,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-26T20:06:31.216Z","etag":null,"topics":["crate","display","iterator","library","no-std","repeat","rust","tostring"],"latest_commit_sha":null,"homepage":"https://crates.io/crates/fmt-iter","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/KSXGitHub.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE.md","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},"funding":{"github":null,"patreon":"khai96_","open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2021-04-19T13:41:42.000Z","updated_at":"2023-02-11T12:35:03.000Z","dependencies_parsed_at":"2024-10-25T05:13:14.433Z","dependency_job_id":"898728ba-fbbe-405e-97f3-447ca23f7bc8","html_url":"https://github.com/KSXGitHub/fmt-iter","commit_stats":{"total_commits":42,"total_committers":3,"mean_commits":14.0,"dds":"0.45238095238095233","last_synced_commit":"66861fef021a81efaa3d596ca83074a499c538a4"},"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KSXGitHub%2Ffmt-iter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KSXGitHub%2Ffmt-iter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KSXGitHub%2Ffmt-iter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KSXGitHub%2Ffmt-iter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KSXGitHub","download_url":"https://codeload.github.com/KSXGitHub/fmt-iter/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243414532,"owners_count":20287137,"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":["crate","display","iterator","library","no-std","repeat","rust","tostring"],"created_at":"2024-10-04T06:02:50.148Z","updated_at":"2025-03-13T13:32:29.053Z","avatar_url":"https://github.com/KSXGitHub.png","language":"Rust","funding_links":["https://patreon.com/khai96_"],"categories":[],"sub_categories":[],"readme":"# fmt-iter\n\n[![Test](https://github.com/KSXGitHub/fmt-iter/workflows/Test/badge.svg)](https://github.com/KSXGitHub/fmt-iter/actions?query=workflow%3ATest)\n[![Crates.io Version](https://img.shields.io/crates/v/fmt-iter?logo=rust)](https://crates.io/crates/fmt-iter)\n\nPrint all items from an iterator.\n\n## Usage Examples\n\n### Print all items from an array slice\n\n```rust\nuse fmt_iter::FmtIter;\nprintln!(\"{}\", FmtIter::from(\u0026[0, 12, 345]));\n```\n\n_Expected Output:_\n\n```txt\n012345\n```\n\n### Repeat a certain character multiple times\n\n```rust\nuse fmt_iter::repeat;\nprintln!(\"{}\", repeat('x', 5));\n```\n\n_Expected Output:_\n\n```txt\nxxxxx\n```\n\n## License\n\n[MIT](https://git.io/JOgrR) © [Hoàng Văn Khải](https://ksxgithub.github.io/).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fksxgithub%2Ffmt-iter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fksxgithub%2Ffmt-iter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fksxgithub%2Ffmt-iter/lists"}