| Crates.io | flour |
| lib.rs | flour |
| version | 2.0.1 |
| created_at | 2022-04-21 23:46:09.431329+00 |
| updated_at | 2024-12-15 22:25:05.603729+00 |
| description | Serializes and deserializes BCCAD / BRCAD files to and from JSON |
| homepage | |
| repository | https://github.com/patataofcourse/flour.git |
| max_upload_size | |
| id | 571943 |
| size | 84,398 |
A crate that serializes and deserializes BCCAD / BRCAD files to and from a JSON format, with a library crate to parse these files
flour uses JSON with added support for // single-line comments and /* multi-line comments */.
A specification of the BCCAD and BRCAD formats (known revisions from their respective Rhythm Heaven games) can be found in SPECIFICATION.md
To build the flour binary, you'll need to enable the clap feature, like so:
cargo build --features=clap