osr-parser 0.7.0

Library for parsing osu! osr files!
Documentation

Small libray to parse osu! osr files!

Example

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