Y
Hacker News
new
|
ask
|
show
|
jobs
by
jgrowl
2726 days ago
For error handling, check out failure if you haven't already:
https://github.com/rust-lang-nursery/failure
1 comments
scaleout1
2726 days ago
Does it help with Error enum coming for third party crates? I can see how it will help with my own code though
link