1 2 3 4 5 6
// In the real world, I would generate the models from PokeAPIs JSONSchema / GraphQl // But that would take a bit too long to set up in Rust pub mod common; pub mod pokemon; pub mod generation;