osu-map-analyzer 0.1.1

A library for analyzing osu! beatmaps
Documentation
1
2
3
4
5
6
pub mod analyze;
mod utils;

pub use rosu_map;
#[cfg(feature = "serialize")]
use serde::{Deserialize, Serialize};