retrommo-fetch 0.2.0

Wrapper around the RetroMMO API.
Documentation
1
2
3
4
5
pub use crate::{
    entry::LeaderboardEntry, get_leaderboard, get_leaderboard_page, get_online_players,
    get_online_players_full, get_player, get_registered_player_count, get_top_players,
    leaderboard::Leaderboard, player::Player, LeaderboardPage, OnlineList,
};