Open george-cosma opened 3 months ago
We need to start thinking about error handling. I recommend a mix of anyhow on the application-layer, this-error and/or logging (#24) on the library layer.
anyhow
this-error
We need to start thinking about error handling. I recommend a mix of
anyhow
on the application-layer,this-error
and/or logging (#24) on the library layer.