rust-rcon 
An RCON implementation in the Rust programming language.
This project aims to at least work with the Minecraft implementation of RCON.
Status
- basic rcon sessions work
- multi-packet responses are not implemented
- the maximum request size of the Minecraft implementation is not respected
How to install
Add this your Cargo.toml:
[]
= "0"
How to use
extern crate rcon;
Examples
See the examples in the examples folder
Contributing
Contributions are welcome!