Module osu_db::replay[][src]

Expand description

Parsing for replay and score files, which are very similar.

Structs

Represents a single action within a replay. The meaning of an action depends on the gamemode of the replay, but all actions contain:

Any combination of mania buttons being pressed.

An osu! replay. The replay might come from a large ScoreList score database, or from an individual standalone .osr file.

Enums