shorthand 0.1.1

A proc_macro to derive getter and setter for structs
Documentation
1
2
3
4
5
6
7
8
9
error: enum are not supported.
 --> $DIR/enum.rs:4:1
  |
4 | / enum ExampleEnum {
5 | |     First,
6 | |     Second,
7 | |     Third { a: String, b: usize },
8 | | }
  | |_^