/// A zero-dependency Minecraft Java server status probe.
///
/// Implements the [Server List Ping](https://wiki.vg/Server_List_Ping)
/// protocol from scratch, using only `tokio` for networking,
/// `serde_json` for response parsing, and `thiserror` for errors.
pub use PingError;
pub use ;
pub use DEFAULT_PROTOCOL_VERSION;