rust-rcon Build Status

An RCON implementation in the Rust programming language.

This project aims to at least work with the Minecraft implementation of RCON.

Status

How to install

Add this your Cargo.toml: toml [dependencies.rcon] git = "https://github.com/panicbit/rust-rcon.git"

How to use

rust extern crate rcon;

Examples

See the examples in the examples folder

Contributing

Contributions are welcome!