[![Workflow Status](https://github.com/tukeJonny/rcon-rs/workflows/Test/badge.svg)](https://github.com/tukeJonny/rcon-rs/actions?query=workflow%3A%22Test%22) [![crate-name at crates.io](https://img.shields.io/crates/v/rconrs.svg)](https://crates.io/crates/rconrs) [![crate-name at docs.rs](https://docs.rs/rconrs/badge.svg)](https://docs.rs/rconrs) # rcon Rust implementation of SRCDS RCON Protocol. Reference: https://developer.valvesoftware.com/wiki/Source_RCON_Protocol Example implementations: - Palworld `Info` command execution example: [palworld.rs](https://github.com/tukeJonny/rcon-rs/blob/master/examples/palworld.rs)