With respect to https://github.com/grovesNL/spirv_cross/issues/49, I think that keeping an error type is the most flexible way to handle errors. This pull request implements Error (and by requirement, Display), to make integrating with other error types easier.
With respect to https://github.com/grovesNL/spirv_cross/issues/49, I think that keeping an error type is the most flexible way to handle errors. This pull request implements Error (and by requirement, Display), to make integrating with other error types easier.