rustemon 4.5.0

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::endpoint!(crate::model::utility::Language; for "language");
}