former_derive 0.1.6

Former - a variation of builder pattern. Implementation of its derive macro. Should not be used independently, instead use module::former which relies on the module.
Documentation
[dependencies.proc-macro2]
version = "~1.0.32"

[dependencies.quote]
version = "~1.0.10"

[dependencies.syn]
features = ["full", "extra-traits", "parsing"]
version = "~1.0.81"

[dependencies.unzip-n]
version = "~0.1.2"

[dependencies.werror]
version = "~0.0"

[dependencies.wproc_macro]
version = "~0.0"
[dev-dependencies.trybuild]
features = ["diff"]
version = "~1.0"

[lib]
name = "former_derive"
path = "rust/impl/former/derive/mod.rs"
proc-macro = true

[package]
authors = ["Kostiantyn Wandalen <wandalen@obox.systems>", "Volodymyr M. <volodymyr.migdal@gmail.com>", "Dmytro Kryvoruchko <dm.vict.kr@gmail.com>"]
categories = ["algorithms", "development-tools"]
description = "Former - a variation of builder pattern. Implementation of its derive macro. Should not be used independently, instead use module::former which relies on the module.\n"
documentation = "https://docs.rs/former_derive"
edition = "2021"
homepage = "https://github.com/Wandalen/wTools/tree/master/module/rust/former_derive"
include = ["/rust/impl/former", "/Cargo.toml", "/Readme.md", "/License"]
keywords = ["fundamental", "general-purpose", "builder-pattern"]
license = "MIT"
name = "former_derive"
readme = "Readme.md"
repository = "https://github.com/Wandalen/wTools/tree/master/module/rust/former_derive"
resolver = "2"
version = "0.1.6"