14 unstable releases (6 breaking)

0.6.0 Dec 16, 2021
0.5.2 Nov 22, 2021
0.5.1 Aug 27, 2021
0.5.0 Jul 9, 2021
0.0.3 May 18, 2015

#782 in Network programming

Download history 65/week @ 2023-12-17 62/week @ 2023-12-24 51/week @ 2023-12-31 63/week @ 2024-01-07 66/week @ 2024-01-14 102/week @ 2024-01-21 66/week @ 2024-01-28 90/week @ 2024-02-04 108/week @ 2024-02-11 120/week @ 2024-02-18 268/week @ 2024-02-25 106/week @ 2024-03-03 187/week @ 2024-03-10 162/week @ 2024-03-17 203/week @ 2024-03-24 242/week @ 2024-03-31

815 downloads per month
Used in 9 crates

MIT/Apache

24KB
418 lines

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.

Dependencies

~3–16MB
~186K SLoC