enum_coder 0.0.1

Enum coder macro. A syntancic sugar for generating lists of instructions, intermediate representations for compilers etc.
Documentation
[dependencies.quote]
version = "0.6"

[dependencies.syn]
features = ["extra-traits", "fold", "full"]
version = "0.15"

[lib]
name = "enum_coder"
proc-macro = true

[package]
authors = ["Piotr Czarnecki <pioczarn@gmail.com>"]
description = """
Enum coder macro. A syntancic sugar for generating lists of instructions,
intermediate representations for compilers etc.
"""
documentation = "https://docs.rs/enum_coder/latest/enum_coder/"
license = "MIT/Apache-2.0"
name = "enum_coder"
repository = "https://github.com/pczarn/enum_coder/"
version = "0.0.1"