2 releases

0.1.1 Dec 8, 2024
0.1.0 Dec 8, 2024

#622 in Procedural macros

Download history 179/week @ 2024-12-04 60/week @ 2024-12-11 1/week @ 2024-12-18

84 downloads per month

MIT OR AFL-3.0 OR LGPL-3.0-or-later

3.5MB
262 lines

altgetset

banner

An alternative library to getset.

This library provide procedural macros to write getters and setters for struct fields.

This macro is not intended for fields that requires custom logic inside their getters and setters. Not yet. :)


lib.rs:

altgetset

An alternative library to getset.

This library provide procedural macros to write getters and setters for struct fields.

This macro is not intended for fields that requires custom logic inside their getters and setters. Not yet. :)

Dependencies

~280–730KB
~17K SLoC