Crates.io | errormake |
lib.rs | errormake |
version | 0.2.1 |
source | src |
created_at | 2020-06-19 05:08:19.09613+00 |
updated_at | 2020-06-21 21:04:48.915581+00 |
description | A macro for automatically creating Error structs |
homepage | |
repository | https://github.com/JarredAllen/errormake |
max_upload_size | |
id | 255588 |
size | 25,746 |
A macro for automatically creating Error structs in Rust
To use in your rust crate, add this to your Cargo.toml
:
[dependencies]
errormake = "0.2.1"
and add this in the module where you want to use it
use errormake::errormake;
For the full documentation on how to use this crate, consult this crate's documentation on docs.rs
To contribute to this project, see CONTRIBUTING.md.