chinedufn / psd

A Rust API for parsing and working with PSD files.
https://chinedufn.github.io/psd
Apache License 2.0
265 stars 40 forks source link

Remove thiserror after API stabilizes #25

Open chinedufn opened 2 years ago

chinedufn commented 2 years ago

thiserror is very convenient, but for this library it isn't worth pulling in syn or any other dependencies.

After the API stabilizes we should remove thiserror in favor of some hand maintained errors.

Related to #9