rg_formats 0.1.2

Parsers and Serializers for various rhythm game formats.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# RG Formats

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

Documentation can be found on [docs-rs].

# Example Usage

Examples are included in the `examples/` folder.