osynic_osuapi 0.1.10

High performance, well-structured, extensible Rust osu! API client. Supports both WASM and native environments.
Documentation
// src/structs/mod.rs

pub mod badge;
pub mod banner;
pub mod country;
pub mod cover;
pub mod daily_challenge_user_stats;
pub mod group;
pub mod kudosu;
pub mod kudosu_history;
pub mod monthly_playcounts;
pub mod rank_highest;
pub mod rank_history;
pub mod replays_watched_count;
pub mod statistics;
pub mod statistics_rulesets;
pub mod team;
pub mod user;
pub mod user_account_history;
pub mod user_achievements;

pub mod users;