err_mac 0.1.0

A simple no dependency macro for creating error enums with automatic `From` implementations
Documentation
[dependencies]

[[example]]
name = "usage"
path = "examples/usage.rs"

[lib]
name = "err_mac"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A simple no dependency macro for creating error enums with automatic `From` implementations"
edition = "2021"
license = "MIT"
name = "err_mac"
readme = "README.md"
repository = "https://github.com/copiumnicus/err_mac"
version = "0.1.0"

[[test]]
name = "derive_test"
path = "tests/derive_test.rs"