//! Enables remote command execution for minecraft servers.
//! See the documentation for [`RconClient`] for more information.
modclient;modpacket;#[allow(clippy::module_name_repetitions)]pubuseclient::RconClient;constMAX_LEN_CLIENTBOUND:usize=4096;constMAX_LEN_SERVERBOUND:usize=1446;