rustemon 1.0.1

Library wrapping the awesome PokeAPI
Documentation
#![doc = include_str!("../README.md")]

pub mod blocking;

pub mod berries;
pub mod contests;
pub mod encounters;
pub mod evolution;
pub mod games;
pub mod items;
pub mod locations;
pub mod machines;
pub mod moves;
pub mod pokemon;
pub mod utility;

mod endpoint;
use endpoint::endpoint;

pub mod model;