Hacker News new | ask | show | jobs
by xfer 3003 days ago
There is zero friction if you use either error_chain/failure crate and you can still recover the precise underlying errors. The only thing is it allocates.
2 comments

I will look into those crates next time!
failure has no_std feature for the no-heap cases.