errormake 0.1.1

A macro for automatically creating Error structs
Documentation

errormake

Crates.io Page Docs.rs Page License

A macro for automatically creating Error structs in Rust

Usage

To use in your rust crate, add this to your Cargo.toml:

[dependencies]
errormake = "0.1.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