Crates.io | podstru-derive |
lib.rs | podstru-derive |
version | 0.1.1 |
source | src |
created_at | 2024-11-17 13:05:29.870246 |
updated_at | 2024-11-17 13:38:33.098642 |
description | Automatically implement getters/setters for a POD-like struct |
homepage | |
repository | https://github.com/welschmorgan/rs-podstru |
max_upload_size | |
id | 1451247 |
size | 40,729 |
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:
Builder
derive macroSetters
derive macroGetters
derive macroFields
derive macronew
constructor via the Ctor
derive macro3 crates are available: