{"id":13484841,"url":"https://github.com/akiradeveloper/rust-comp-snippets","last_synced_at":"2026-03-27T04:29:20.761Z","repository":{"id":141422955,"uuid":"167015376","full_name":"akiradeveloper/rust-comp-snippets","owner":"akiradeveloper","description":"Library for competitive programming in Rust.","archived":false,"fork":false,"pushed_at":"2021-08-18T04:59:45.000Z","size":614,"stargazers_count":16,"open_issues_count":2,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-01-02T15:46:27.326Z","etag":null,"topics":["algorithms","codeforces","competitive-programming","rust-lang"],"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/akiradeveloper.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,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2019-01-22T15:14:35.000Z","updated_at":"2024-04-16T05:47:50.000Z","dependencies_parsed_at":null,"dependency_job_id":"f7ad5e8f-7464-4047-a08b-407976d9b5a4","html_url":"https://github.com/akiradeveloper/rust-comp-snippets","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/akiradeveloper/rust-comp-snippets","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akiradeveloper%2Frust-comp-snippets","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akiradeveloper%2Frust-comp-snippets/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akiradeveloper%2Frust-comp-snippets/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akiradeveloper%2Frust-comp-snippets/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/akiradeveloper","download_url":"https://codeload.github.com/akiradeveloper/rust-comp-snippets/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akiradeveloper%2Frust-comp-snippets/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31019098,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-27T03:51:26.850Z","status":"ssl_error","status_checked_at":"2026-03-27T03:51:09.693Z","response_time":164,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["algorithms","codeforces","competitive-programming","rust-lang"],"created_at":"2024-07-31T17:01:35.850Z","updated_at":"2026-03-27T04:29:20.741Z","avatar_url":"https://github.com/akiradeveloper.png","language":"Rust","funding_links":[],"categories":["Rust"],"sub_categories":[],"readme":"### Parsing Input\n\n```rust\nfn solve() {\n    input! {\n       new_stdin_parser = parser,\n       N: usize, D: usize, \n    }\n    let mut xs = vec![];\n    for i in 0..N {\n        input! {\n            parser = parser,\n            x: [isize; D]\n        }\n        xs.push(x);\n    }\n}\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fakiradeveloper%2Frust-comp-snippets","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fakiradeveloper%2Frust-comp-snippets","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fakiradeveloper%2Frust-comp-snippets/lists"}