optbuilder 0.1.0

A optional builder derive macro for helping with big constructors with mostly optional parameters
Documentation
[package]
name = "optbuilder"
version = "0.1.0"
authors = ["Adilson Neto <almeidneto@gmail.com>"]
edition = "2018"

readme = "README.md"

keywords = ["builder", "macro"]
categories = ["development-tools"]

description = "A optional builder derive macro for helping with big constructors with mostly optional parameters"
repository = "https://github.com/aaneto/optbuilder"
license = "MIT"


[lib]
proc-macro = true

[dependencies]
syn = "0.15.39"
quote = "0.6.13"
proc-macro2 = "0.4.30"