v_utils_macros 0.3.2

Macros for my utils crate
Documentation
1
2
3
4
5
6
7
- [x] get all versions of writing the name, from the name of the struct
    PascalCase to:
    - [x] acronym
    - [x] snake_case
    - [x] itself

- [x] derive serde to/from Vec<String> on my Protocols