beat_saber_map

Crates.iobeat_saber_map
lib.rsbeat_saber_map
version0.4.0
sourcesrc
created_at2024-08-04 00:23:26.556541
updated_at2024-10-05 20:52:47.179779
descriptionRead and write Beat Saber maps with Rust.
homepage
repositoryhttps://github.com/valentinegb/beat-saber-map-rs
max_upload_size
id1324601
size67,444
Valentine Briese (valentinegb)

documentation

README

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.version, "4.0.0");
assert_eq!(map.info.song.title, "Magic");
assert_eq!(map.info.environment_names.first().unwrap(), "WeaveEnvironment");

Documentation can be found on docs.rs.

Roadmap

Commit count: 25

cargo fmt