1 stable release
1.0.0 | Feb 3, 2024 |
---|
#74 in #error-handling
4KB
67 lines
A simple error construct with a better Display
implementation that prints nested errors via the source
method.
fn main() -> Result<(), fullerror::FullError> {} //all you need