Crate pokemon_go_data [] [src]

Structs

PokemonData

The base stats of a Pokemon.

Functions

all_pokemon

Return a list of all PokeData, sorted by id.

pokemon_by_id

Given the id of a Pokemon, return its corresponding data. Return None if no data is found for the given id.