This crate provides a StackError trait and proc macro to ergonomically work with nested enum and struct errors, while allowing to track the call-site location for the ...
Having dug into rust, I found error management with the anyhow library (https://docs.rs/anyhow/latest/anyhow/) very pleasing and the best I experienced so far. With ...