1 2 3 4 5
#[tokio::main] async fn main() { let pokemon = rustemon::pokemon::pokemon::get_by_name("charizard").await; println!("{:#?}", pokemon); }