Crate lombokrs_codegen

source ·

Derive Macros§

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