MeadowlarkDAW / creek

Realtime disk streaming IO for audio
Other
112 stars 12 forks source link

fix clippy warnings #49

Closed BillyDM closed 9 months ago

BillyDM commented 9 months ago

I fixed all the clippy warnings, and also added missing panic documentation.

I think the code is now at a place where I'm fairly happy with it (well at least the stuff that doesn't require a breaking change to the API).

BillyDM commented 9 months ago

I think the code is now at a place where I'm fairly happy with it (well at least the stuff that doesn't require a breaking change to the API).

Oh wait, https://github.com/MeadowlarkDAW/creek/issues/43 still needs to be fixed. I'll look into that at some point in the near future.