Crates.io | flour |
lib.rs | flour |
version | 2.0.0 |
source | src |
created_at | 2022-04-21 23:46:09.431329 |
updated_at | 2023-10-31 09:36:44.804522 |
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,271 |
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