beat_saber_map
Read and write Beat Saber maps with Rust.
use BeatSaberMap;
let map = from_dir.unwrap;
assert_eq!;
Documentation can be found on docs.rs.
Roadmap
- Create structures for map files
- Create utility methods for map file structures and
BeatSaberMap