Crate builder_option_derive

Source
Expand description

This crate contains a proc-macro Builder that creates a builder for an annotated struct. It’s in a separate crate, because Rust does not allow for proc-macro crates to contain macros-by-example.

See builder_option for details.

Derive Macros§

Builder
A macro to create a corresponding builder for an annotated struct