[][src]Crate rosu

rosu is a rust api wrapper for the game osu!

View the examples on how to create requests and fetch their data.

The naive internal ratelimiter limits the amount of requests to roughly 10 requests per second.

Re-exports

pub use backend::OsuResult;

Modules

backend

Contains the client and the request logic

models

Contains all osu! related data structs

Structs

Osu

The main osu client. Pass this into a queue method of some request to retrieve and parse the data.

Enums

OsuError