preinterpret 0.1.0

An intuitive toolkit to simplify declarative macro development
Documentation
[dependencies.proc-macro2]
version = "1.0"

[dependencies.syn]
default-features = false
features = ["parsing"]
version = "2.0"

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

[package]
authors = ["David Edey <github@david-edey.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["development-tools", "compilers"]
description = "An intuitive toolkit to simplify declarative macro development"
edition = "2021"
keywords = ["macros", "declarative-macros", "toolkit", "interpreter", "preprocessor"]
license = "MIT OR Apache-2.0"
name = "preinterpret"
readme = "README.md"
repository = "https://github.com/dhedey/preinterpret"
rust-version = "1.56.0"
version = "0.1.0"

[[test]]
name = "simple_test"
path = "tests/simple_test.rs"