define_error 1.3.0

A library for easily defining an error type.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
authors = ["Tyler Wolf Leonhardt <tyler.wolf.leonhardt@gmail.com>"]
description = "A library for easily defining an error type."
keywords = [
    "err",
    "errs",
    "error",
    "errors",
    "result"
]
exclude = [
    ".gitignore",
    "build.proj"
]
license = "MIT"
name = "define_error"
repository = "https://github.com/Tyleo/define_error"
version = "1.3.0"