Closed minisbett closed 2 years ago
Why is there no option to parse a beatmap from bytes instead of a file?? so much more useful in so many scenarios
There is Beatmap::parse which you can give anything that implements std::io::Read or the analogous async trait so you can give it bytes.
std::io::Read
oh that's good to know, thanks for telling me
Why is there no option to parse a beatmap from bytes instead of a file?? so much more useful in so many scenarios