rosu-pp 4.0.1

Difficulty and performance calculation for osu!
Documentation
1
2
3
4
5
6
7
8
9
pub use self::{
    aim::AimEvaluator, flashlight::FlashlightEvaluator, rhythm::RhythmEvaluator,
    speed::SpeedEvaluator,
};

mod aim;
mod flashlight;
mod rhythm;
mod speed;