rust_procedural_macros_template
This is currently an untested project
A simple template for use with cargo generate to setup a basic procedueal macros sub-crate setup. Includes syn, quote proc_macro2
inside of your current project which you want to make procedural macros for use:
cargo generate --init --git https://github.com/largenumberhere/rust_procedural_macros_template.git