#error #trace #error-handling

fullerror

Error type that shows the full source tree

1 stable release

1.0.0 Feb 3, 2024

#743 in Debugging

MIT/Apache

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

No runtime deps