osr-parser 0.7.0

Library for parsing osu! osr files!
Documentation
1
2
3
4
5
6
7
8
Small libray to parse osu! osr files!

# Example


```rs
let mut replay = osr_parser::Replay::new();
replay.read("./replay.osr").unwrap();
```