6个版本
| 0.7.4 | 2022年8月11日 | 
|---|---|
| 0.7.2 | 2022年5月18日 | 
#359 in 压缩
8KB
174 行
用于解析osu! osr文件的小型库!
示例
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()?
依赖项
~200KB