Holzhaus / rekordcrate

Library for parsing Pioneer Rekordbox device exports
https://holzhaus.github.io/rekordcrate/
Mozilla Public License 2.0
80 stars 12 forks source link

Errors #91

Closed Holzhaus closed 2 years ago

Swiftb0y commented 2 years ago

also chore(util) is not really correct for adding error handling imo. should be a feature instead. IIRC chore won't even show up in the changelog.

Holzhaus commented 2 years ago

This is intentional, because it does not actually add the error handling (only in main where it doesn't really make a big difference). It just adds the necessary types for it. Once we actually add error handling to the library code, it should show up on the changelog.