[][src]Module libosu::db

Deals with osu database files (osu.db, collections.db, etc)

Re-exports

pub use self::binary::Error;
pub use self::binary::ReadBytesOsu;
pub use self::binary::WriteBytesOsu;

Modules

binary

Convenience traits for dealing with OSU binary data.

Structs

DbBeatmap

Beatmap located in osu!.db, they are different from normal beatmaps

OsuDB

osu!.db object

OsuDBBeatmapTimingPoint

Timing point for beatmap in osu!.db

Enums

DbError

Errors that could occur while processing .db files

Type Definitions

DbResult

Result type for .db file processing