flour

Crates.ioflour
lib.rsflour
version2.0.0
sourcesrc
created_at2022-04-21 23:46:09.431329
updated_at2023-10-31 09:36:44.804522
descriptionSerializes and deserializes BCCAD / BRCAD files to and from JSON
homepage
repositoryhttps://github.com/patataofcourse/flour.git
max_upload_size
id571943
size84,271
patata (patataofcourse)

documentation

README

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 
Commit count: 88

cargo fmt