#kbve #monorepo #holy #1-17-2023

macro holy

Holy is a proc-macro library that provides helper macros

3 releases

0.1.2 Jan 30, 2024
0.1.1 Jan 28, 2024
0.1.0 Jan 17, 2024

#108 in #monorepo


Used in erust

MIT license

10KB
279 lines

Holy

This package provides a Getter/Setter, used like this

#[derive(Getters, Setters)] or with the crate scoped in, #[derive(holy::Getters, holy::Setters)]

Furthermore, we added a visibility handler via attributes, so you can set certain fields visible or private via, #[holy(public)] or #[holy(private)]

TODO: subscriber / observer.

WIP - as of 1/17/2023

Dependencies

~1.5MB
~39K SLoC