Overview
RCON protocol implementation.
Installation
cargo add rcon-tokio
or add the following line to your Cargo.toml
rcon-tokio = "0.1.0"
Usage
use ;
let mut client = connect;
client.auth.await?; // throws RconError if failed to auth
client.exec.await?;
Contributions
This RCON client was developed with Factorio / MacOS in mind.
If you notice any issues, please raise an issue here: https://github.com/connor-hanson/rcon-rs