mcio-0.3.1 doesn't have any documentation.
mcio is a simple library for Rust that completes a Minecraft handshake and server list ping. It can be used to fetch a Minecraft server's:
- Version (including name and protocol number)
- Players
- Max players
- Online players
- Online players sample
- MOTD
- Icon
As of right now, all calls to mcio
are blocking.
Example Usage