RustCON
RustCON is an RCON client written in Rust. RCON is a protocol primarily used for game server administration. Some examples of games that use RCON are Minecraft, Left 4 Dead, Left 4 Dead 2, Garry's Mod, and Project Zomboid, but there are many others.
This RCON client is quite simple and was my first foray into writing software with the Rust programming language. The source code can be found at https://github.com/cblanken/rustcon.
Usage
rustcon 0.1.0
A simple RCON client written in Rust
USAGE:
rustcon [OPTIONS]
OPTIONS:
-h, --help Print help information
-i, --ip <IP> RCON server IPv4 address [default: 127.0.0.1]
-p, --port <PORT> RCON server PORT number [default: 27015]
-V, --version Print version information
Demo
If you're looking for other RCON libraries and clients, some can be found on the Valve wiki.
Read more