[go: up one dir, main page]

quick-error 1.2.0

A macro which makes error types pleasant to write.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "quick-error"
description = """
    A macro which makes error types pleasant to write.
"""
license = "MIT/Apache-2.0"
version = "1.2.0"
keywords = ["macro", "error", "type", "enum"]
authors = ["Paul Colomiets <paul@colomiets.name>", "Colin Kiegel <kiegel@gmx.de>"]
homepage = "http://github.com/tailhook/quick-error"
repository = "http://github.com/tailhook/quick-error"
documentation = "http://tailhook.github.io/quick-error/"
categories = ["rust-patterns"]