holy 0.2.1

Holy is a proc-macro library that provides helper macros.
Documentation
1
2
3
4
5
error: Getters macro only supports structs with named fields
 --> tests/fail/02-tuple-struct.rs:4:1
  |
4 | struct Nope(i32, i32);
  | ^^^^^^^^^^^^^^^^^^^^^^