Closed AntoniosBarotsis closed 1 year ago
Investigate whether it's worth using crates such as thiserror (for library code) and anyhow (for application errors).
thiserror
anyhow
Store data in the error types instead of the error message itself which should be created at the very end.
Closed in https://github.com/AntoniosBarotsis/qr-rs/commit/dc6f4241077bb992ceb02bd8e1f456bec5e8e13c.
Investigate whether it's worth using crates such as
thiserror
(for library code) andanyhow
(for application errors).Store data in the error types instead of the error message itself which should be created at the very end.