Hacker News new | ask | show | jobs
by echelon 1212 days ago
`anyhow` + `?` make writing an application as smooth as butter. You won't miss exceptions.

Don't use `anyhow` for libraries, though. You want to provide your consumers the ability to `match`.

1 comments

here we go again!