rcon

Crates.iorcon
lib.rsrcon
version0.6.0
sourcesrc
created_at2015-04-13 09:39:33.955973
updated_at2021-12-16 23:29:13.410682
descriptionAn rcon protocol implementation
homepage
repositoryhttps://github.com/panicbit/rust-rcon
max_upload_size
id1858
size56,889
(panicbit)

documentation

README

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.

Commit count: 90

cargo fmt