Crates.io | rcon |
lib.rs | rcon |
version | 0.6.0 |
source | src |
created_at | 2015-04-13 09:39:33.955973 |
updated_at | 2021-12-16 23:29:13.410682 |
description | An rcon protocol implementation |
homepage | |
repository | https://github.com/panicbit/rust-rcon |
max_upload_size | |
id | 1858 |
size | 56,889 |
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:
[dependencies]
rcon = "0"
extern crate rcon;
See the examples in the examples folder
Licensed under either of
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you shall be dual licensed as above, without any additional terms or conditions.