antangelo / xdvdfs

Original Xbox DVD Filesystem library and management tool
https://xiso.antangelo.com/
MIT License
80 stars 8 forks source link

Proper error handling #2

Closed antangelo closed 1 year ago

antangelo commented 1 year ago

There are some (rather large) gaps in error handling currently:

thiserror-core can be used to define suitable error types. The main requirement for errors is that they are small (i.e. should avoid string errors), to minimize binary size in a no_std environment.