async-minecraft-ping 0.8.0

An async Rust client for the Minecraft ServerListPing protocol
Documentation
1
2
3
4
5
6
mod protocol;
mod server;
pub use server::{
    connect, ConnectionConfig, ServerDescription, ServerError, ServerPlayer, ServerPlayers,
    ServerVersion, StatusConnection, StatusResponse,
};