constructivism_macro_gen 0.3.0

Macro helper for constructivist
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "constructivism_macro_gen"
version = "0.3.0"
edition = "2021"
license = "MIT OR Apache-2.0"
readme = "README.md"
description = "Macro helper for constructivist"
homepage = "https://github.com/polako-rs/constructivism/tree/main/crates/constructivism_macro_gen"
repository = "https://github.com/polako-rs/constructivism"

[lib]
proc-macro = true

[dependencies]
quote = "1.0.33"
syn = "2.0.37"