An RCON implementation in the Rust programming language.
This project aims to at least work with the Minecraft implementation of RCON.
Add this your Cargo.toml:
toml
[dependencies]
rcon = "0"
rust
extern crate rcon;
See the examples in the examples folder
Contributions are welcome!