|
|
|
|
|
by xvedejas
664 days ago
|
|
I personally have used it because it can provide backtraces in stable Rust. It also can be used either similarly to anyhow (with the `whatever` macro) or more like thiserror (with explicit errors as enum variants). I don't have experience with eyre so can't provide a comparison there. |
|
https://doc.rust-lang.org/std/backtrace/struct.Backtrace.htm...