# RustCON ![rust-logo](https://img.shields.io/badge/Rust-2018-red?logo=rust) ![license](https://img.shields.io/github/license/cblanken/rustcon?label=License) RustCON is an [RCON](https://developer.valvesoftware.com/wiki/Source_RCON_Protocol) client written in Rust for game server administration. ## Installation ```console $ cargo install rustcon ``` ## Usage TODO: binary usage / argument description ## Demo TODO: gif demo using client ## License All files MIT © Cameron Blankenkenbuehler per the [license](./LICENSE.md).