Crate lombokrs_codegen

Source

Derive Macrosยง

Builder
Getter is a macro that helps you automatically generate XxxBuilder struct and chain methods for structs.
Data
Data is a composite macro that includes Setter, Getter, and Builder.
Getter
Getter is a macro that helps you automatically generate getter methods for structs.
Setter
Setter is a macro that helps you automatically generate setter methods for structs.