conerror 0.1.12

Provides a macro that automatically adds context to errors
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]

name = "conerror"

version = "0.1.12"

edition = "2021"

description = "Provides a macro that automatically adds context to errors"

license = "MIT"

repository = "https://github.com/qtoolco/conerror"



# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html



[dependencies]

conerror_macro = "=0.1.8"