fullerror 1.0.0

Error type that shows the full source tree
Documentation
1
2
3
4
5
A simple error construct with a better `Display` implementation that prints nested errors via the `source` method.

```rust
fn main() -> Result<(), fullerror::FullError> {} //all you need
```