holy 0.2.1

Holy is a proc-macro library that provides helper macros.
Documentation
1
2
3
4
5
6
use holy::Getters;

#[derive(Getters)]
struct Nope(i32, i32);

fn main() {}