MaxOhn / rosu-v2

A rust wrapper for the osu!api v2
MIT License
24 stars 9 forks source link

docs: remove comment about `Osu` being cloneable #6

Closed ev3nvy closed 1 year ago

ev3nvy commented 1 year ago

This fixes #5.

I did decide to wrap cache and metrics in a Box instead. Osu::cache has a size of 40 (0x28) and Osu::metrics has a size of 288 (0x120) (if vscode is to be believed).

MaxOhn commented 1 year ago

Looking good, thanks! 😃