2 releases

new 0.1.1 Nov 21, 2024
0.1.0 Nov 21, 2024

#1541 in Parser implementations

MIT license

66KB
2K SLoC

crates.io docs.rs

osu-rs

I have no idea what other osu! file format parsers there are, but this one is mine!

The focus here was on performance so I tried to do 0-alloc deserialization where possible. Only rudimentary .osu file reading is supported for now (this means you can't read storyboards, but can hopefully read literally anything else, even though I haven't tested much). Additionally, I use spanned strings instead of normal strings everywhere, so you get free error reporting as a bonus.

Serialization also works, but only for the current format version.

Sorry for having very sparse documentation, I'll improve it later... hopefully

Dependencies

~0.5–1.1MB
~23K SLoC