err_mac 0.1.0

A simple no dependency macro for creating error enums with automatic `From` implementations
Documentation
1
2
3
4
5
6
7
8
9
[package]
name = "err_mac"
version = "0.1.0"
edition = "2021"
description = "A simple no dependency macro for creating error enums with automatic `From` implementations"
license = "MIT"
repository = "https://github.com/copiumnicus/err_mac"

[dependencies]