const_gen_proc_macro 0.1.1

Create proc macro that adds compile time functionality for the creation of constants
Documentation
[dependencies.proc-macro2]
version = "1.0.59"

[dependencies.quote]
version = "1.0.28"

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

[features]
proc_macro_expand = []

[package]
description = "Create proc macro that adds compile time functionality for the creation of constants"
edition = "2021"
license = "MIT OR Apache-2.0"
name = "const_gen_proc_macro"
readme = "README.md"
repository = "https://github.com/redmcg/const_gen_proc_macro"
resolver = "1"
version = "0.1.1"