CirnoV / rust-rcon

An RCON implementation in Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

  • basic rcon sessions work
  • multi-packet responses
    • works with minecraft
    • not working with factorio

How to install

Add this your Cargo.toml:

[dependencies]
rcon = "0"

How to use

extern crate rcon;

Examples

See the examples in the examples folder

License

Licensed under either of

Contribution

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.

About

An RCON implementation in Rust

License:Apache License 2.0


Languages

Language:Rust 100.0%