rustemon 0.1.1

Library wrapping the awesome PokeAPI
Documentation
1
2
3
4
5
6
//! Utility endpoints group

/// Languages for translations of API resource information.
pub mod language {
    crate::api::endpoint::endpoint::endpoint!(crate::api::model::utility::Language; for "language");
}