5 unstable releases

0.3.0 Aug 18, 2024
0.2.1 Aug 4, 2024
0.2.0 Aug 4, 2024
0.1.0 Aug 4, 2024

#490 in Data structures

Download history 300/week @ 2024-08-01 28/week @ 2024-08-08 180/week @ 2024-08-15 21/week @ 2024-08-22

201 downloads per month

MIT license

52KB
911 lines

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

Dependencies

~0.7–1.6MB
~35K SLoC