luiswirth/lifeash

error handling

Opened this issue · 0 comments

At the moment lifeash (library) lacks good error handling.
We should return Result from all fallible funcitons. I'd propose the thiserror crate.

Cremator should use the eyre crate for error handling.