erwanvivien/fast_qr

implement error trait for QRCodeError struct

Closed this issue · 4 comments

It would be nice if std::error::Error is implemented for QRCodeError struct. It will be easy for error handling.

Sure, will do :)

@akhildevelops Please tell me if this satifies your needs.
#29

Cool @erwanvivien , This is fine but why are you only targeting for non wasm targets.

I had not tested, and thought it would increase the Wasm package, but it did not, I updated the PR and will merge it