WyliodrinEmbeddedIoT / tockloader-rs

Other
0 stars 2 forks source link

Error Handling #25

Open george-cosma opened 3 months ago

george-cosma commented 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.