krabdex 0.1.0

A type-safe, async Rust SDK for the PokeAPI
Documentation
1
2
3
4
5
6
7
pub mod error;
pub(crate) mod classify;

pub use error::{Error, ApiError, ApiErrorKind, Result};

#[cfg(test)]
mod tests;