errormake 0.2.1

A macro for automatically creating Error structs
Documentation
language: rust

before_script:
- rustup component add rustfmt
- rustup component add clippy
script:
- cargo build
- cargo test --verbose
- cargo fmt -- --check
- cargo clippy -- -D warnings