Crate libosu[][src]

libosu

libosu is an attempt to make a convenient library for writing osu!-related programs. It includes data structures and parsers for beatmaps, replays, and more.

Please note that until this crate hits 1.0, none of the APIs in this crate will be stable, so take care when using this crate.

Structs

Beatmap

Represents a single beatmap.

BeatmapSet
Difficulty
HitObject
Point
TimingPoint

Enums

HitObjectKind
Mode
Mods

Mod listing with their respective bitwise representation.

TimeLocation

A struct representing a precise location in time.

TimingPointKind

Traits

OszParser

Functions

say_hello_there [
Deprecated
]

Says "hello there"