builder_option_derive 0.1.0

A macro to generate builder class for a struct
Documentation
[dependencies.proc-macro2]
version = "1.0.88"

[dependencies.quote]
version = "1.0.37"

[dependencies.syn]
version = "2.0.82"

[lib]
name = "builder_option_derive"
path = "src/lib.rs"
proc-macro = true

[package]
authors = ["Andrzej Lichnerowicz <andrzej@lichnerowicz.pl>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "A macro to generate builder class for a struct"
edition = "2021"
homepage = "https://andrzej.lichnerowicz.pl"
include = ["Cargo.toml", "src/**/*", "../README.md"]
keywords = ["builder", "design", "pattern"]
license = "CC0-1.0"
name = "builder_option_derive"
readme = "README.md"
repository = "https://codeberg.org/unjello/builder_option"
version = "0.1.0"