486c / rosu-memory

Lightweight, cross-platform memory reader for osu! but in rust
23 stars 7 forks source link

refactor: simplify errors via thiserror #10

Closed MaxOhn closed 8 months ago

MaxOhn commented 8 months ago

This cleans up errors by importing and using thiserror. Since tungstenite is already using it, nothing is added to the dependency tree.

Still, this isn't really necessary and some people prefer manual implementations so feel free to just close this if you're not a fan 😃

486c commented 8 months ago

I would stick with manual implementations for now. Maybe gonna reopen in near future. Anyway huge thanks