ultimate-research / ssbh_lib

Reading and writing SSBH file formats in Rust
MIT License
8 stars 3 forks source link

organize error types #125

Closed ScanMountGoat closed 1 year ago

ScanMountGoat commented 2 years ago

This helps provide context for where an error occurs rather than relying on all specific errors being part of the global Error type for each module.