MaxOhn / rosu-pp

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

feat!: adjusted lint restrictions #31

Closed MaxOhn closed 9 months ago

MaxOhn commented 9 months ago

Introduces const-ness for various public functions. Also denotes some public types with #[must_use] which could potentially cause warnings or even errors in user code so this is technically a breaking change.