rsquery 0.1.1

A fast and easy Minecraft query library intented for mcpe.
Documentation
1
2
3
4
pub const MAGIC: u16 = 0xFEFD;
pub const STAT: u8 = 0x00;
pub const HANDSHAKE: u8 = 0x09;
pub const PLAYER_KEY: [u8; 11] = [0x00, 0x01, b'p', b'l', b'a', b'y', b'e', b'r', b'_', 0x00, 0x00];