optional_struct_macro 0.5.0

Helper crate implementing the proc_macro for the optional_struct crate
Documentation
[dependencies.proc-macro2]
features = []
version = "1.0.70"

[dependencies.quote]
features = []
version = "1.0.33"

[dependencies.syn]
features = []
version = "2.0.39"

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

[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Helper crate implementing the proc_macro for the optional_struct crate"
edition = "2021"
license = "Apache-2.0"
name = "optional_struct_macro"
readme = false
repository = "https://github.com/lesurp/OptionalStruct"
version = "0.5.0"