(no title)
jgraettinger1 | 9 months ago
falliable_func().context("failed to frob the peanut")?
Combine that with the `thiserror` crate for implementing errors within a library context. `thiserror` makes it easy to implement structured errors which embed other errors, and plays well with `anyhow`.
kaathewise|9 months ago
unknown|9 months ago
[deleted]