exn

Crates.ioexn
lib.rsexn
version0.3.0-rc.2
created_at2025-07-10 09:31:08.503607+00
updated_at2026-01-16 22:35:42.9677+00
descriptionA context-aware concrete Error type built on `std::error::Error`.
homepagehttps://github.com/fast/exn
repositoryhttps://github.com/fast/exn
max_upload_size
id1746080
size32,186
Andy Lok (andylokandy)

documentation

README

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.

Commit count: 54

cargo fmt