beat_saber_map 0.3.0

Read and write Beat Saber maps with Rust.
Documentation

beat_saber_map

Crates.io Version docs.rs Rust

Read and write Beat Saber maps with Rust.

use beat_saber_map::BeatSaberMap;

let map = BeatSaberMap::from_dir("sample").unwrap();

assert_eq!(map.info.song.title, "Magic");

Documentation can be found on docs.rs.

Roadmap