errormake

Crates.ioerrormake
lib.rserrormake
version0.2.1
sourcesrc
created_at2020-06-19 05:08:19.09613+00
updated_at2020-06-21 21:04:48.915581+00
descriptionA macro for automatically creating Error structs
homepage
repositoryhttps://github.com/JarredAllen/errormake
max_upload_size
id255588
size25,746
Jarred Allen (JarredAllen)

documentation

README

errormake

Crates.io Page Docs.rs Page License Travis CI Status

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.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

Contributing

To contribute to this project, see CONTRIBUTING.md.

Commit count: 0

cargo fmt