MaxOhn / rosu-pp

PP and star calculation for all osu! gamemodes
MIT License
85 stars 40 forks source link

Use compact strains even on `--no-default-features` #41

Closed MaxOhn closed 7 hours ago

MaxOhn commented 1 month ago

Instead of configuring the features to be opt-in for compact strains, it should be an opt-out so that the feature's safety still holds when using no default features.

I'm imagining renaming the compact_strains feature flag to raw_strains and removing it from the default feature set. This will be a breaking change though so it should wait until the next breaking release since it's not too important anyway.