error_util 0.0.1

Types and macros to help with common error handling in the Rust language
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "error_util"
version = "0.0.1"
authors = ["Casey Duckering"]
description = "Types and macros to help with common error handling in the Rust language"
homepage = "https://github.com/cduck/rust-error-util"
# documentation = ""
repository = "https://github.com/cduck/rust-error-util"
readme = "README.md"
keywords = ["error"]
# categories = [""]
license = "MIT/Apache-2.0"

[badges]
maintenance = { status = "experimental" }

[dependencies]