Crates.io | exn |
lib.rs | exn |
version | 0.1.0 |
created_at | 2025-07-10 09:31:08.503607+00 |
updated_at | 2025-08-21 09:50:33.23941+00 |
description | A context-aware concrete Error type built on `std::error::Error`. |
homepage | https://github.com/cratesland/exn |
repository | https://github.com/cratesland/exn |
max_upload_size | |
id | 1746080 |
size | 29,738 |
std::error::Error
exn
provides the missing context APIs for std::error::Error
.
It organizes errors as a tree structure, allowing you to easily access the root cause and all related errors with their context, by traversing the tree with a visitor.
Read the online documents at https://docs.rs/exn.
This project is licensed under Apache License, Version 2.0.