Module libosu::db

source · []
Expand description

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

Convenience traits for dealing with OSU binary data.

Structs

osu!.db object

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

Timing point for beatmap in osu!.db

Enums

Errors that could occur while processing .db files

Type Definitions

Result type for .db file processing