pkenum_macro 0.3.1

Procedural macros for pkenum.
Documentation
1
2
3
4
5
6
7
8
9
10
11
error: item is not an enum

         = help: pkenum::Display can only be used on enums

 --> tests/compile/basic_struct.rs
  |
  | / struct Person {
  | |     first: String,
  | |     last: String,
  | | }
  | |_^