enum-assoc 1.3.0

Procedural macro to associate constants with enum variants.
Documentation
[dependencies.proc-macro2]
version = "1.0"

[dependencies.quote]
version = "1.0"

[dependencies.syn]
features = ["full"]
version = "2.0"

[lib]
name = "enum_assoc"
path = "src/lib.rs"
proc-macro = true

[package]
authors = ["Griffin O'Neill <gsoneill1003@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["rust-patterns", "data-structures"]
description = """
Procedural macro to associate constants with enum variants.
"""
documentation = "https://docs.rs/enum-assoc"
edition = "2021"
homepage = "https://github.com/Eolu/enum-assoc"
keywords = ["enum", "constant", "variant", "const"]
license = "MIT OR Apache-2.0"
name = "enum-assoc"
readme = "README.md"
repository = "https://github.com/Eolu/enum-assoc"
version = "1.3.0"

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