flour 2.0.1

Serializes and deserializes BCCAD / BRCAD files to and from JSON
Documentation

flour

Version 2.0 Crates.io Documentation

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 */.

Resources

A specification of the BCCAD and BRCAD formats (known revisions from their respective Rhythm Heaven games) can be found in SPECIFICATION.md

Building

To build the flour binary, you'll need to enable the clap feature, like so:

cargo build --features=clap