Skip to content

cratesland/exn

Repository files navigation

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, by traversing the tree with a visitor.

Documentation

Read the online documents at https://docs.rs/exn.

License

This project is licensed under Apache License, Version 2.0.

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages