tyenum 0.1.0

Attribute macro for type enums.
Documentation
[package]
name = "tyenum"
version = "0.1.0"
authors = ["XBagon <xbagon@outlook.de>"]
edition = "2018"
description = "Attribute macro for type enums."
repository = "https://gitlab.com/XBagon/tyenum"
license = "MIT"
keywords = ["type","enum","sum","tagged","union"]
categories = ["rust-patterns"]
readme = "README.md"

[lib]
proc-macro = true

[badges]
gitlab = { repository = "XBagon/tyenum" }

[dependencies]
proc-macro2 = "0.4.27"
syn = { version = "0.15.30", features = ["full","extra-traits"] }
quote = "0.6.12"