feat: add pokeapi client

This commit is contained in:
2026-06-13 06:07:02 +02:00
parent b84de88585
commit 3eb57cd327
4 changed files with 294 additions and 0 deletions

View File

@@ -3,6 +3,9 @@
#![allow(clippy::missing_errors_doc, clippy::multiple_crate_versions)]
pub mod config;
pub mod domain;
pub mod error;
pub mod pokemon;
#[must_use]
pub const fn crate_name() -> &'static str {