handybars_macros 0.2.0

Attribute macro for annotating structs and enums as Handybars values
Documentation
[dependencies.quote]
version = "1.0"

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

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

[package]
authors = ["chrsoo"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Attribute macro for annotating structs and enums as Handybars values"
edition = "2021"
license = "MIT"
name = "handybars_macros"
readme = "README.md"
version = "0.2.0"