{"id":30799777,"url":"https://github.com/fgardt/factorio-scanner","last_synced_at":"2026-03-06T02:47:08.601Z","repository":{"id":204569225,"uuid":"712146777","full_name":"fgardt/factorio-scanner","owner":"fgardt","description":"Factorio tools to render and work with blueprint strings, (de)serialize prototype dumps and more","archived":false,"fork":false,"pushed_at":"2025-07-23T01:50:29.000Z","size":26187,"stargazers_count":23,"open_issues_count":11,"forks_count":4,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-23T03:27:41.558Z","etag":null,"topics":["factorio","factorio-blueprints","factorio-tool","rust"],"latest_commit_sha":null,"homepage":"","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/fgardt.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,"zenodo":null}},"created_at":"2023-10-30T22:14:52.000Z","updated_at":"2025-07-23T01:49:37.000Z","dependencies_parsed_at":"2024-05-15T17:12:26.509Z","dependency_job_id":"722deb26-ffa2-420f-b38e-f6799b793f16","html_url":"https://github.com/fgardt/factorio-scanner","commit_stats":null,"previous_names":["fgardt/factorio-scanner"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/fgardt/factorio-scanner","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fgardt%2Ffactorio-scanner","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fgardt%2Ffactorio-scanner/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fgardt%2Ffactorio-scanner/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fgardt%2Ffactorio-scanner/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fgardt","download_url":"https://codeload.github.com/fgardt/factorio-scanner/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fgardt%2Ffactorio-scanner/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273813209,"owners_count":25172892,"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","status":"online","status_checked_at":"2025-09-05T02:00:09.113Z","response_time":402,"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":["factorio","factorio-blueprints","factorio-tool","rust"],"created_at":"2025-09-05T19:53:49.458Z","updated_at":"2026-03-06T02:47:08.594Z","avatar_url":"https://github.com/fgardt.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Factorio-Scanner\n\n\u003e [!NOTE]  \n\u003e The current main branch contains WIP changes for porting the code to factorio 2.0.  \n\u003e For the latest 1.1 compatible version see the [`factorio-1.1.109`](https://github.com/fgardt/factorio-scanner/tree/factorio-1.1.109) tag.\n\nCollection of crates that help with deserializing and serializing Factorio blueprint strings, prototype and locale dumps and mod settings.\n\nEnd goal is to build a blueprint renderer that properly supports blueprints with modded entities by first loading a prototype dump and then rendering the blueprint.\n\n## Crates\n\n- [`blueprint`](/blueprint/): blueprint string (de)serializing\n- [`factorio_api`](/factorio_api/): internal factorio mod portal api\n- [`factorio_datastage`](/factorio_datastage/): reimplementation of factorio's datastages for loading mods (called settings \u0026 prototype stage in the [data lifecycle](https://lua-api.factorio.com/latest/auxiliary/data-lifecycle.html))\n- [`locale`](/locale/): locale dump (de)serializing\n- [`mod_util`](/mod_util/): mod settings (de)serializing (`.json` and `.dat` files), mod list (de)serializing, dependency resolving, property tree (de)serializing (binary format only) and accessing mod files\n- [`prototypes`](/prototypes/): prototype (de)serializing \u0026 rendering\n- [`types`](/types/): generic type (de)serializing, sprite loading, layering, merging, ...\n- [`serde_helper`](/serde_helper/): util functions for deserialized defaults \u0026 serialization skip conditions\n- [`scanner`](/scanner/): the actual rendering tool that connects everything\n\n### Versions\n\n\u003e [!WARNING]  \n\u003e There are no stability guarantees as of now.  \n\u003e Consider all of this to be unstable!\n\nThe prerelease part of the version number for the [`types`](/types/), [`prototypes`](/prototypes/) and [`factorio_datastage`](/factorio_datastage/) crates matches the corresponding factorio version they target.\n\nSince the other parts are either only documented on the wiki (for example [blueprint string format](https://wiki.factorio.com/Blueprint_string_format) and [mod settings](https://wiki.factorio.com/Tutorial:Mod_settings) [file format](https://wiki.factorio.com/Mod_settings_file_format)) or not explicitly documented at all there is no factorio engine version to use for these crates.\n\n## Scanner\n\nSee [`scanner's readme`](/scanner/README.md) for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffgardt%2Ffactorio-scanner","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffgardt%2Ffactorio-scanner","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffgardt%2Ffactorio-scanner/lists"}