| Crates.io | fullerror |
| lib.rs | fullerror |
| version | 1.0.0 |
| created_at | 2024-02-03 15:24:43.908418+00 |
| updated_at | 2024-02-03 15:24:43.908418+00 |
| description | Error type that shows the full source tree |
| homepage | |
| repository | https://github.com/JamieH01/fullerror |
| max_upload_size | |
| id | 1125489 |
| size | 3,803 |
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