v_utils_macros 0.2.0

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

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