genco-macros 0.5.0-alpha.10

Macros used by Genco, the even simpler code generator for Rust.
Documentation
[dependencies.proc-macro2]
features = ["span-locations"]
version = "1.0.10"

[dependencies.quote]
version = "1.0.3"

[dependencies.syn]
features = ["full", "visit-mut"]
version = "1.0.18"
[dev-dependencies.genco]
version = "=0.5.0-alpha.10"

[lib]
proc-macro = true

[package]
authors = ["John-John Tedro <udoprog@tedro.se>"]
description = "Macros used by Genco, the even simpler code generator for Rust.\n"
documentation = "https://docs.rs/genco"
edition = "2018"
homepage = "https://github.com/udoprog/genco"
license = "MIT/Apache-2.0"
name = "genco-macros"
repository = "https://github.com/udoprog/genco"
version = "0.5.0-alpha.10"