{"id":23964502,"url":"https://github.com/firefly-zero/firefly-types","last_synced_at":"2026-04-04T08:02:43.391Z","repository":{"id":236934259,"uuid":"793477439","full_name":"firefly-zero/firefly-types","owner":"firefly-zero","description":"⚙️ Parser and serializer for the Firefly Zero file and message formats","archived":false,"fork":false,"pushed_at":"2024-07-28T07:45:59.000Z","size":34,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-10-08T15:51:02.192Z","etag":null,"topics":["config","file-format","firefly-zero","gamedev","postcard","rust","wasm"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/firefly-zero.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":"2024-04-29T09:46:40.000Z","updated_at":"2024-07-28T07:46:00.000Z","dependencies_parsed_at":"2024-07-28T08:58:02.793Z","dependency_job_id":null,"html_url":"https://github.com/firefly-zero/firefly-types","commit_stats":null,"previous_names":["firefly-zero/firefly-meta","firefly-zero/firefly-types"],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/firefly-zero%2Ffirefly-types","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/firefly-zero%2Ffirefly-types/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/firefly-zero%2Ffirefly-types/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/firefly-zero%2Ffirefly-types/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/firefly-zero","download_url":"https://codeload.github.com/firefly-zero/firefly-types/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248713744,"owners_count":21149762,"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":["config","file-format","firefly-zero","gamedev","postcard","rust","wasm"],"created_at":"2025-01-06T21:35:30.151Z","updated_at":"2025-12-12T10:49:11.196Z","avatar_url":"https://github.com/firefly-zero.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# firefly-types\n\n[ [📄 docs](https://docs.rs/firefly-types/latest/firefly_types/) ] [ [🐙 github](https://github.com/firefly-zero/firefly-types) ] [ [📦 crates.io](https://crates.io/crates/firefly-types) ]\n\nRust crate for serializing and parsing the [Firefly Zero](https://fireflyzero.com/) metadata file format. It is used by firefly-runtime and firefly-launcher and can be useful if you're making your own launcher.\n\n## Installation\n\n```bash\ncargo add firefly-types\n```\n\n## Usage\n\n```rust\nuse firefly_rust::sudo;\nuse firefly_types::Meta;\n\nlet meta_path = \"roms/sys/launcher/_meta\";\nlet meta_raw = sudo::load_file_buf(meta_path).unwrap();\nlet meta = Meta::decode(meta_raw.data()).unwrap();\n```\n\n## License\n\n[MIT License](./LICENSE). Feel free to use and modify for any purposes in any apps, commercial or not.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffirefly-zero%2Ffirefly-types","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffirefly-zero%2Ffirefly-types","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffirefly-zero%2Ffirefly-types/lists"}