This repository has been archived on 2024-01-28. You can view files and clone it, but cannot push or open issues or pull requests.
brd/src/osu
Simon Bruder 56d36f2732
Avoid truncation
Error where truncation can occurr and prevent truncation in the future
by using `type::from()` (which checks for truncation) instead of `as
type` (which doesn’t).
2020-06-27 19:43:50 +02:00
..
beatmap.rs Avoid truncation 2020-06-27 19:43:50 +02:00
osz.rs Initial commit 2020-06-22 20:39:20 +02:00