{"id":27065643,"url":"https://github.com/quakeworld/ktxstats","last_synced_at":"2026-05-16T08:40:38.238Z","repository":{"id":237977550,"uuid":"795640772","full_name":"quakeworld/ktxstats","owner":"quakeworld","description":"A crate for handling QuakeWorld KTX stats JSON.","archived":false,"fork":false,"pushed_at":"2025-03-30T12:42:16.000Z","size":19,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-30T13:32:51.896Z","etag":null,"topics":["json","ktx","quake","quakeworld"],"latest_commit_sha":null,"homepage":"https://crates.io/crates/ktxstats","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/quakeworld.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.YML","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,"publiccode":null,"codemeta":null},"funding":{"open_collective":"quakeworld"}},"created_at":"2024-05-03T17:57:05.000Z","updated_at":"2025-03-30T12:43:42.000Z","dependencies_parsed_at":"2025-03-30T13:32:57.441Z","dependency_job_id":"b29b227c-fd3e-4d18-b0e4-9fd59f94c92f","html_url":"https://github.com/quakeworld/ktxstats","commit_stats":null,"previous_names":["vikpe/ktxstats","quakeworld/ktxstats"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quakeworld%2Fktxstats","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quakeworld%2Fktxstats/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quakeworld%2Fktxstats/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quakeworld%2Fktxstats/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/quakeworld","download_url":"https://codeload.github.com/quakeworld/ktxstats/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247378147,"owners_count":20929296,"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":["json","ktx","quake","quakeworld"],"created_at":"2025-04-05T18:18:43.182Z","updated_at":"2026-05-16T08:40:38.201Z","avatar_url":"https://github.com/quakeworld.png","language":"Rust","funding_links":["https://opencollective.com/quakeworld"],"categories":[],"sub_categories":[],"readme":"# ktxstats [![Test](https://github.com/quakeworld/ktxstats/actions/workflows/test.yml/badge.svg?branch=main)](https://github.com/quakeworld/ktxstats/actions/workflows/test.yml) [![crates](https://img.shields.io/crates/v/ktxstats)](https://crates.io/crates/ktxstats) [![docs.rs](https://img.shields.io/docsrs/ktxstats)](https://docs.rs/ktxstats/)\n\n\u003e A crate for handling QuakeWorld KTX stats JSON files\n\n* See [Ktxstats V3](./src/v3.rs) struct definition.\n\n## Usage\n\n```rust\nlet content = fs::read_to_string( \"20250124-0556_4on4_blue_vs_red[dm3].mvd.ktxstats.json\").unwrap();\nlet stats = KtxstatsV3::try_from(content.as_str()).unwrap();\n\n// stats.version    3\n// stats.date       2025-01-24 06:16:38 +0000\n// stats.map        \"dm3\"\n// stats.hostname   \"la.quake.world:28501 NAQW\"\n// stats.ip         \"127.0.1.1\"\n// stats.port       8501\n// stats.mode       \"team\"\n// stats.tl         0\n// stats.dm         0\n// stats.tp         0\n// stats.duration   200\n// stats.demo       \"4on4_red_vs_blue[dm3]20250124-0556.mvd\"\n// ...\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fquakeworld%2Fktxstats","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fquakeworld%2Fktxstats","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fquakeworld%2Fktxstats/lists"}