exn 0.2.1

A context-aware concrete Error type built on `std::error::Error`.
Documentation

A context-aware concrete Error type built on std::error::Error

Crates.io Documentation Apache 2.0 licensed Build Status

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.