Crates.io | rg_formats |
lib.rs | rg_formats |
version | 0.1.2 |
source | src |
created_at | 2023-09-07 12:55:55.608515 |
updated_at | 2023-09-07 13:12:09.022662 |
description | Parsers and Serializers for various rhythm game formats. |
homepage | |
repository | |
max_upload_size | |
id | 966213 |
size | 106,317 |
This crate provides parsers and serializers for various rhythm game formats.
At the moment, only two formats are supported:
sm
, for processing .sm
filessm_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.