cgp-error-std 0.6.1

Context-generic programming error handlers implemented using `std::error::Error`
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name         = "cgp-error-std"
version      = "0.6.1"
edition      = { workspace = true }
license      = { workspace = true }
repository   = { workspace = true }
authors      = { workspace = true }
rust-version = { workspace = true }
keywords     = { workspace = true }
description  = """
    Context-generic programming error handlers implemented using `std::error::Error`
"""

[dependencies]
cgp-core    = { workspace = true }