Procedural macro for generating basic getters and setters on struct fields.
# Cargo.toml
[dependencies]
getset = "0.1.6"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Derives a getter method for a struct field.
Add #[get = "pub"] or #[set] attributes to fields.
No dependency data recorded yet.