simai-rs is an interpreter and serializer for simai, a custom chart format for the arcade rhythm game maimai, written in Rust.
This project is based on SimaiSharp, the C# implementation of simai.
To use simai-rs, add it to your Cargo.toml:
[dependencies]
simai-core = { git = "https://github.com/reflektone-games/simai-rs" }You can get examples of how to use the library in the examples directory.
Currently, we only provide the library on GitHub. We will publish it to crates.io in the future.
Issues and pull requests are welcome!