rosu-pp 4.0.1

Difficulty and performance calculation for osu!
Documentation
1
2
3
4
5
6
7
8
9
pub use self::{
    color::ColorEvaluator, reading::ReadingEvaluator, rhythm::RhythmEvaluator,
    stamina::StaminaEvaluator,
};

mod color;
mod reading;
mod rhythm;
mod stamina;