rosu 0.6.0

An osu!api v1 wrapper
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
mod beatmap;
mod grade;
mod r#match;
mod mode;
mod mods;
mod score;
mod user;

pub use beatmap::{ApprovalStatus, Beatmap, Genre, Language};
pub use grade::Grade;
pub use mode::GameMode;
pub use mods::GameMods;
pub use r#match::{GameScore, Match, MatchGame, ScoringType, Team, TeamType};
pub use score::Score;
pub use user::{Event, User};