| Crates.io | onerom-config |
| lib.rs | onerom-config |
| version | 0.3.1 |
| created_at | 2025-10-11 05:58:48.510486+00 |
| updated_at | 2026-01-22 14:19:07.529377+00 |
| description | ROM and PCB configurations for One ROM - the flexible retro ROM replacement |
| homepage | https://onerom.org |
| repository | https://github.com/piersfinlayson/one-rom |
| max_upload_size | |
| id | 1877892 |
| size | 216,094 |
One ROM configuration crate
This crate contains objects and functions for working with One ROM configurations:
It is primarily intended for use by the One ROM firmware tooling, but may be useful in other embedded or WASM projects related to One ROM - for example, Airfrog and the One ROM website.
This crate is designed to be no_std compatible, but alloc is used by the runtime image configuration code.
The code supporting ROM types and One ROM hardware revisions is generated automatically by build.rs from JSON configuration files. This ensures that the data is always up to date and consistent, and avoids the need for runtime parsing or allocations.