preprocess-macro 0.2.0

Preprocesses a struct with built-in preprocessors
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
edition = "2021"
name = "preprocess-macro"
version.workspace = true
license.workspace = true
description.workspace = true

[lib]
proc-macro = true

[dependencies]
proc-macro2 = "1"
quote = "1"
regex = "1"
syn = { version = "2", features = ["full"] }