Crate service_builder_macro

Source
Expand description

Procedural macros for the service-builder crate.

This crate provides the implementation of the builder attribute macro, which generates builder pattern code along with optional getters and setters.

Attribute Macrosยง

builder
Implements the builder pattern for a struct, with optional getter and setter methods.