Y
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
arghwhat
3003 days ago
I will look into those crates next time!
link
red75prime
3003 days ago
failure has no_std feature for the no-heap cases.
link