Module osu_file

Source

Re-exports§

pub use colours::Colours;
pub use difficulty::Difficulty;
pub use editor::Editor;
pub use events::Events;
pub use general::General;
pub use hitobjects::HitObjects;
pub use metadata::Metadata;
pub use osb::Osb;
pub use timingpoints::TimingPoints;
pub use types::*;

Modules§

colours
difficulty
editor
events
general
hitobjects
metadata
osb
timingpoints
types

Structs§

OsuFile
An .osu file represented as a struct.

Enums§

ParseError
Error for when there’s a problem parsing an .osu file.