rg_formats

Crates.iorg_formats
lib.rsrg_formats
version0.1.2
sourcesrc
created_at2023-09-07 12:55:55.608515
updated_at2023-09-07 13:12:09.022662
descriptionParsers and Serializers for various rhythm game formats.
homepage
repository
max_upload_size
id966213
size106,317
zk (zkrising)

documentation

https://docs.rs/rg_formats

README

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.

Commit count: 0

cargo fmt