pokeapi-macro
Attribute macro for pokeapi-model
structs.
Consider the following example:
```rust use pokeapimacro::pokeapistruct; use std::marker::PhantomData;
struct NamedAPIResource
This attribute will output the struct
with required derived traits and visibility:
```rust
pub struct NamedAPIResource