culpa 1.0.2

A library for error-handling syntax in Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "culpa"
version = "1.0.2"
edition = "2018"
license = "MIT OR Apache-2.0"

description = "A library for error-handling syntax in Rust"
repository = "https://github.com/Nullus157/culpa"
keywords = ["error-handling", "exceptions"]

[dependencies.culpa-macros]
path = "macros"
version = "=1.0.2"

[workspace]