{"id":16473289,"url":"https://github.com/vikpe/quake_infostring","last_synced_at":"2026-03-08T10:37:58.814Z","repository":{"id":237650411,"uuid":"794990200","full_name":"vikpe/quake_infostring","owner":"vikpe","description":"A Rust crate for parsing generic QuakeWorld info strings.","archived":false,"fork":false,"pushed_at":"2025-05-27T12:40:53.000Z","size":9,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-09T21:24:16.820Z","etag":null,"topics":["quake","quakeworld"],"latest_commit_sha":null,"homepage":"https://crates.io/crates/quake_infostring","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/vikpe.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.YML","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},"funding":{"open_collective":"quakeworld"}},"created_at":"2024-05-02T11:16:06.000Z","updated_at":"2025-05-27T12:40:56.000Z","dependencies_parsed_at":"2025-06-02T11:40:36.971Z","dependency_job_id":null,"html_url":"https://github.com/vikpe/quake_infostring","commit_stats":null,"previous_names":["vikpe/quake_infostring"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/vikpe/quake_infostring","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vikpe%2Fquake_infostring","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vikpe%2Fquake_infostring/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vikpe%2Fquake_infostring/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vikpe%2Fquake_infostring/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vikpe","download_url":"https://codeload.github.com/vikpe/quake_infostring/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vikpe%2Fquake_infostring/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30253836,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-08T08:59:44.879Z","status":"ssl_error","status_checked_at":"2026-03-08T08:58:02.867Z","response_time":56,"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":["quake","quakeworld"],"created_at":"2024-10-11T12:26:08.577Z","updated_at":"2026-03-08T10:37:58.809Z","avatar_url":"https://github.com/vikpe.png","language":"Rust","funding_links":["https://opencollective.com/quakeworld"],"categories":[],"sub_categories":[],"readme":"# quake_infostring [![Test](https://github.com/vikpe/quake_infostring/actions/workflows/test.yml/badge.svg?branch=main)](https://github.com/vikpe/quake_infostring/actions/workflows/test.yml) [![crates](https://img.shields.io/crates/v/quake_infostring)](https://crates.io/crates/quake_infostring) [![docs.rs](https://img.shields.io/docsrs/quake_infostring)](https://docs.rs/quake_infostring/)\n\n\u003e Parse QuakeWorld info strings\n\n## Usage\n\n```rust\n// parse key values\nlet info = r#\"\\maxfps\\77\\matchtag\\kombat\"#;\nlet map = quake_infostring::parse_key_values(info);\nassert_eq!(map.get(\"maxfps\"), Some(\u0026\"77\".to_string()));\nassert_eq!(map.get(\"matchtag\"), Some(\u0026\"kombat\".to_string()));\nassert_eq!(map.get(\"missing\"), None);\n\n// parse fields\nlet input = r#\"qtv 1 \"zasadzka Qtv (2)\" \"2@zasadzka.pl:28000\" 2\"#;\nlet tokens = quake_infostring::parse_fields(input);\nassert_eq!(tokens, vec![\n    \"qtv\".to_string(),\n    \"1\".to_string(),\n    \"zasadzka Qtv (2)\".to_string(),\n    \"2@zasadzka.pl:28000\".to_string(),\n    \"2\".to_string(),\n]);\n```\n\n## See also\n\n- [quake_serverinfo](https://github.com/vikpe/quake_serverinfo) - Parse QuakeWorld serverinfo strings\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvikpe%2Fquake_infostring","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvikpe%2Fquake_infostring","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvikpe%2Fquake_infostring/lists"}