krabdex 0.1.0

A type-safe, async Rust SDK for the PokeAPI
Documentation
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;