Crate rkon

Crate rkon 

Source
Expand description

Yet another RCON library.

Structs§

Client
A RCON client.
Packet
A RCON packet, that is used for both requests and responses.

Enums§

PacketType
The kind of RCON packet.
RconError
The error type for RCON operations.

Constants§

MAX_PACKET_SIZE
Maximum size of the RCON packet.