11 releases
Uses new Rust 2024
| 0.2.0 | Oct 15, 2025 |
|---|---|
| 0.1.4 | Oct 14, 2025 |
| 0.1.0 | Aug 21, 2025 |
| 0.1.0-alpha.5 | Jul 30, 2025 |
#515 in Rust patterns
1,142 downloads per month
20KB
294 lines
A context-aware concrete Error type built on std::error::Error
Overview
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.
Documentation
Read the online documents at https://docs.rs/exn.
License
This project is licensed under Apache License, Version 2.0.