osr-parser

Crates.ioosr-parser
lib.rsosr-parser
version0.7.4
sourcesrc
created_at2022-05-16 22:20:32.586818
updated_at2022-08-11 12:21:24.956068
descriptionLibrary for parsing osu! osr files!
homepagehttps://github.com/sibyl666/osr-parser
repositoryhttps://github.com/sibyl666/osr-parser
max_upload_size
id587951
size7,606
(sibyl666)

documentation

README

Small libray to parse osu! osr files!

Example

let mut replay = osr_parser::Replay::read("./replay.osr").expect("Can't open the .osr file!");

// replay.gamemode
// replay.version
// replay.username
// .....

// lzma feature should be enabled.
let lzma_stream = replay.parse_lzma()?
Commit count: 37

cargo fmt