cps 0.2.3

Assists in the creation of readable and maintainable macro_rules! macros
Documentation
[dependencies.litrs]
version = "0.2"

[dependencies.proc-macro2]
version = "1.0"

[dependencies.quote]
version = "1.0"

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

[lib]
proc-macro = true

[package]
categories = ["development-tools::procedural-macro-helpers", "rust-patterns"]
description = "Assists in the creation of readable and maintainable macro_rules! macros"
edition = "2021"
homepage = "https://github.com/LucentFlux/CPS"
include = ["/Cargo.toml", "/LICENSE", "/README.md", "/src/**", "/tests/**"]
keywords = ["macro", "macros", "utility"]
license = "MIT"
name = "cps"
readme = "README.md"
repository = "https://github.com/LucentFlux/CPS"
version = "0.2.3"