Implementation of RCon protocols in Rust.
To use the BattlEye RCon client, enable the battleye feature.
Official protocol documentation:
To use the Source RCON protocol, enable the source feature.
Official protocol documentation:
A generic client rconclt can be build using the features cli, battleye, and source.
The crate features some extension traits for game-specific capabilities, such as player management and messaging.
By enabling the feature dayz, you get additional traits on the battleye::Client for DayZ servers.
An extension for Minecraft for the source::Client is planned.