error_derive 0.1.0

Macros for deriving Error implementations through custom_derive!.
Documentation
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "error_derive"
version = "0.1.0"
authors = ["Karol Kuczmarski <karol.kuczmarski@gmail.com>"]
description = "Macros for deriving Error implementations through custom_derive!."
repository = "https://github.com/Xion/rust-error-derive"
license = "MIT"
keywords = ["custom_derive", "derive", "error", "macro"]

[dev-dependencies]
custom_derive = "0.1.1"