{"id":17697747,"url":"https://github.com/ryoga-exe/proconio-zig","last_synced_at":"2025-10-09T02:10:16.252Z","repository":{"id":224614463,"uuid":"763748462","full_name":"Ryoga-exe/proconio-zig","owner":"Ryoga-exe","description":"proconio for the Zig programming language. useful and easy io library for programming contests.","archived":false,"fork":false,"pushed_at":"2025-09-15T12:29:14.000Z","size":36,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-10-09T02:10:01.484Z","etag":null,"topics":["competitive-programming","proconio","zig","zig-package"],"latest_commit_sha":null,"homepage":"","language":"Zig","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/Ryoga-exe.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-02-26T21:09:56.000Z","updated_at":"2025-09-15T12:29:17.000Z","dependencies_parsed_at":null,"dependency_job_id":"57b17f39-b154-4c07-a579-76954f3e996c","html_url":"https://github.com/Ryoga-exe/proconio-zig","commit_stats":null,"previous_names":["ryoga-exe/proconio-zig"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/Ryoga-exe/proconio-zig","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ryoga-exe%2Fproconio-zig","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ryoga-exe%2Fproconio-zig/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ryoga-exe%2Fproconio-zig/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ryoga-exe%2Fproconio-zig/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Ryoga-exe","download_url":"https://codeload.github.com/Ryoga-exe/proconio-zig/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ryoga-exe%2Fproconio-zig/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279000773,"owners_count":26082906,"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","status":"online","status_checked_at":"2025-10-09T02:00:07.460Z","response_time":59,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["competitive-programming","proconio","zig","zig-package"],"created_at":"2024-10-24T14:48:24.212Z","updated_at":"2025-10-09T02:10:16.236Z","avatar_url":"https://github.com/Ryoga-exe.png","language":"Zig","funding_links":[],"categories":[],"sub_categories":[],"readme":"# proconio-zig\n\nproconio for the Zig programming language. useful and easy IO library for programming contests.\n\n## usage\n\n```zig\nconst std = @import(\"std\");\nconst proconio = @import(\"proconio\");\n\npub fn main() !void {\n    const allocator = std.heap.page_allocator;\n    var io = try proconio.init(allocator);\n    defer io.deinit();\n\n    const in = try io.input(struct {\n        n: u8,\n        m: u32,\n        l: i32,\n    });\n    std.debug.print(\"{}, {}, {}\\n\", .{in.n, in.m, in.l});\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fryoga-exe%2Fproconio-zig","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fryoga-exe%2Fproconio-zig","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fryoga-exe%2Fproconio-zig/lists"}