builder_m4cro 0.1.0

Simple derive macro to implement the builder pattern
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[dependencies.quote]
version = "1.0.33"

[dependencies.syn]
version = "2.0.39"

[lib]
proc-macro = true

[package]
description = "Simple derive macro to implement the builder pattern"
edition = "2021"
license = "MIT OR Apache-2.0"
name = "builder_m4cro"
readme = "README.md"
version = "0.1.0"