osynic_osuapi 0.1.10

High performance, well-structured, extensible Rust osu! API client. Supports both WASM and native environments.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
pub mod beatmap_scores;
pub mod beatmap_user_score;
pub mod current_user_attributes;
pub mod cursor;
pub mod multiplayer;
pub mod non_legacy;
pub mod non_legacy_score;
pub mod non_legacy_scores;
pub mod score;
pub mod scores;
pub mod statistics;
pub mod team;
pub mod user;
pub mod weight;