Crates.io | error_derive |
lib.rs | error_derive |
version | 0.2.0 |
source | src |
created_at | 2016-07-29 05:59:35.677261 |
updated_at | 2016-07-29 22:24:23.541478 |
description | Macros for deriving Error implementations through custom_derive!. |
homepage | |
repository | https://github.com/Xion/rust-error-derive |
max_upload_size | |
id | 5816 |
size | 10,391 |
error_derive
This crate allows to automatically derive Error
implementations
through custom_derive!
.
Licensed under MIT license (see LICENSE or http://opensource.org/licenses/MIT).