parse: refactored Beatmap impls

This commit is contained in:
MaxOhn
2021-02-23 22:33:25 +01:00
parent f3d097cec5
commit eaeab70a8d
3 changed files with 572 additions and 1367 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ description = "osu! difficulty and pp calculation for all modes"
keywords = ["osu", "pp", "stars", "async"]
[features]
default = ["osu", "taiko", "fruits", "mania", "no_leniency"]
default = ["osu", "taiko", "fruits", "mania", "no_leniency", "async_tokio"]
# game modes
osu = []
+1 -3
View File
@@ -473,6 +473,4 @@ compile_error!("Only one of the features `no_leniency`, `no_sliders_no_leniency`
compile_error!("The features `no_leniency`, `no_sliders_no_leniency`, and `all_included` should only be enabled in combination with the `osu` feature");
#[cfg(all(feature = "async_tokio", feature = "async_std"))]
compile_error!(
"Only one of the two async features `async_tokio` and `async_std` should be enabled"
);
compile_error!("Only one of the async features `async_tokio` and `async_std` should be enabled");
+570 -1363
View File
File diff suppressed because it is too large Load Diff