rgc-chart 0.0.1

A Rust library for parsing and converting rhythm game charts.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# RGC Chart
A Rust library for converting maps and charts between various rhythm games, with support for JavaScript and TypeScript via WebAssembly (WASM) for the Web and Node.js.

## Installation (Rust)
add this is your ``Cargo.toml``
```toml
[dependencies]
rgc-chart = "0.0.1"
```
or run
```
cargo add rgc-chart
```

## License
RGC uses the MIT License for all its sibiling projects.
See [LICENSE](https://github.com/menvae/RGC-Chart/blob/master/LICENSE) for more information