docs.rs failed to build rcon-0.0.2
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: rcon-0.6.0

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 are not implemented
  • the maximum request size of the Minecraft implementation is not respected

How to install

Add this your Cargo.toml:

[dependencies.rcon]
git = "https://github.com/panicbit/rust-rcon.git"

How to use

extern crate rcon;

Examples

See the examples in the examples folder

Contributing

Contributions are welcome!