![github] ![crates-io] ![docs-rs] This crate provides parsers and serializers for various rhythm game formats.
At the moment, only two formats are supported:
- sm
, for processing .sm
files
- sm_msd
, for processing .msd
files, which underpin both the .sm
and .ssc
formats.
Documentation can be found on [docs-rs].
Examples are included in the examples/
folder.