holy

Crates.ioholy
lib.rsholy
version0.1.2
sourcesrc
created_at2024-01-17 06:01:38.10413
updated_at2024-01-30 19:24:07.518073
descriptionHoly is a proc-macro library that provides helper macros.
homepagehttps://kbve.com/
repositoryhttps://github.com/KBVE/kbve/tree/main/packages/holy
max_upload_size
id1102497
size10,196
Full Stack DevOps (h0lybyte)

documentation

README

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

Commit count: 0

cargo fmt