ctxerr 0.2.7

Tiny wrapper on thiserror embedding backtrace and location
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies.ctxerr_derive]
version = "0.5.3"

[dependencies.thiserror]
version = "1.0.40"

[package]
authors = ["Andrey Tkachenko <andrey@aidev.ru>"]
categories = ["error-handling"]
description = "Tiny wrapper on thiserror embedding backtrace and location"
edition = "2021"
exclude = [".gitignore", ".cargo/config", ".github/**", "codecov.yml"]
keywords = ["error", "handling", "thiserror", "context", "backtrace"]
license = "MIT OR Apache-2.0"
name = "ctxerr"
repository = "https://github.com/andreytkachenko/ctxerr.git"
resolver = "2"
version = "0.2.7"