thiserror-context 0.1.0

A wrapper around thiserror, giving you the ability to add context
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "thiserror-context"
version = "0.1.0"
edition = "2021"
repository = "https://github.com/tmyers273/error-context"
license = "MIT OR Apache-2.0"
keywords = ["thiserror", "anyhow", "error", "error-context", "context"]
categories = []
publish = true
description = "A wrapper around thiserror, giving you the ability to add context"

[dev-dependencies]
anyhow = "1.0.86"
thiserror = "1.0.61"
sqlx = "0.7.4"