[go: up one dir, main page]

eyre 0.1.0

A catch all dyn error type that integrates with tracing-error and allows insertion of custom context as notes or warnings
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies.adhocerr]
version = "0.1"

[dependencies.eyre-impl]
version = "0.1"

[package]
authors = ["Jane Lusby <jlusby@yaah.dev>"]
description = "A catch all dyn error type that integrates with tracing-error and allows\ninsertion of custom context as notes or warnings\n"
documentation = "https://docs.rs/eyre"
edition = "2018"
homepage = "https://github.com/yaahc/eyre"
keywords = ["error"]
license = "MIT OR Apache-2.0"
name = "eyre"
readme = "README.md"
repository = "https://github.com/yaahc/eyre"
version = "0.1.0"