{"id":23978615,"url":"https://github.com/simmsb/f1-2021-rust","last_synced_at":"2026-06-12T18:33:39.275Z","repository":{"id":94007316,"uuid":"446009045","full_name":"simmsb/f1-2021-rust","owner":"simmsb","description":"Parser for F1 2021 Telemetry","archived":false,"fork":false,"pushed_at":"2022-01-09T06:12:37.000Z","size":20,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-22T00:03:16.114Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/simmsb.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}},"created_at":"2022-01-09T06:12:21.000Z","updated_at":"2022-01-09T06:12:40.000Z","dependencies_parsed_at":"2023-04-26T09:31:53.401Z","dependency_job_id":null,"html_url":"https://github.com/simmsb/f1-2021-rust","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/simmsb/f1-2021-rust","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simmsb%2Ff1-2021-rust","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simmsb%2Ff1-2021-rust/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simmsb%2Ff1-2021-rust/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simmsb%2Ff1-2021-rust/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/simmsb","download_url":"https://codeload.github.com/simmsb/f1-2021-rust/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simmsb%2Ff1-2021-rust/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34258368,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-12T02:00:06.859Z","response_time":109,"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":[],"created_at":"2025-01-07T08:18:59.110Z","updated_at":"2026-06-12T18:33:39.256Z","avatar_url":"https://github.com/simmsb.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# F1 2021 Rust\n\nA parser and data model for the F1 2021 game.\n\n\n## Example\n\n``` rust\nuse binrw::BinRead;\nuse std::{error::Error, io::Cursor};\n\nuse f1_2021_rust::{Body, Packet};\n\nstatic DATA_EXAMPLE: \u0026[u8] = \u0026[\n  229, 7,  1,   5,   1,   3,  187, 134, 38, 178, 108, 178,\n  251, 17, 189, 180, 189, 68, 166, 123, 0,  0,   19,  255,\n  66,  85, 84,  78,  4,   0,  0,   0,   24, 0,   0,   0,];\n\nfn main() -\u003e Result\u003c(), Box\u003cdyn Error\u003e\u003e {\n    let pkt = Packet::read(\u0026mut Cursor::new(DATA_EXAMPLE))?;\n\n    println!(\"{:#?}\", pkt);\n\n    Ok(())\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimmsb%2Ff1-2021-rust","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsimmsb%2Ff1-2021-rust","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimmsb%2Ff1-2021-rust/lists"}