user-error 1.0.3

Simple error type that display in a clear and beautiful manner to the user of a CLI application.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "user-error"
version = "1.0.3"
authors = ["Amy <git@xvrqt.com>"]
edition = "2018"
repository = "https://git.xvrqt.com/amy/user-error.git"
homepage = "https://git.xvrqt.com/amy/user-error"
license = "BSD-3-Clause"
readme = "README.md"
description = "Simple error type that display in a clear and beautiful manner to the user of a CLI application."
keywords = ["errors", "pretty-print", "struct", "xvrqt"]
categories = ["data-structures", "command-line-interface"]

[dependencies]
scrawl   = "^0.1.1"
colorful = "^0.2.1"
rusqlite = "^0.19.0"