parst_derive 0.2.0

derive macros for parst
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "parst_derive"
version = "0.2.0"
edition = "2021"
description = "derive macros for parst"
license = "MIT OR Apache-2.0"

[lib]
proc-macro = true

[dependencies]
proc-macro2 = "1.0.47"
quote = "1.0.21"
syn = { version = "1.0.105", features = ["full", "extra-traits"] }