This repository has been archived on 2024-01-28. You can view files and clone it, but cannot push or open issues or pull requests.
brd/src/osu.rs
2020-06-22 20:39:20 +02:00

8 lines
150 B
Rust

/*
* For documentation on the file format see
* https://osu.ppy.sh/help/wiki/osu!_File_Formats/Osu_(file_format)
*/
pub mod beatmap;
pub mod osz;