#struct #pod #utilities #macro-derive

macro podstru-derive

Automatically implement getters/setters for a POD-like struct

2 releases

new 0.1.1 Nov 17, 2024
0.1.0 Nov 17, 2024

#1235 in Procedural macros


Used in podstru

Custom license

31KB
656 lines

POD

Apache License Crates.io rust release

The pod crate supports auto-generating the most basic operations on pod-like structs. It alleviates the burden of having to write bureaucratic funcs and patterns.

It currently supports the following:

  • Generating a builder pattern via the Builder derive macro
  • Generating field setters via the Setters derive macro
  • Generating field getters via the Getters derive macro
  • Generating field setters AND getters via the Fields derive macro
  • Generating new constructor via the Ctor derive macro

Crates structure

3 crates are available:

  • internal - this provides the traits used by the derive macros
  • derive - the derive macros
  • public - the reexported traits and derive macros

Examples

Authors

  • Morgan Welsch

Dependencies

~0.6–1.1MB
~21K SLoC