[][src]Module rosu::prelude

Re-exporting a bunch of things

Re-exports

pub use crate::model::*;

Structs

APIError

The api response was of the form { error: "..." }

ClientBuilder

A ClientBuilder can be used to create a Client with custom configuration.

Osu

The main osu client. Cheap to clone.

Enums

ModError

Failed to parse GameMods either from u32 or &str.

OsuError

Main error enum

Type Definitions

OsuResult

Result<_, OsuError>