Crate rcon[][src]

Expand description

Asynchronous API for the RCON protocol used by games such as Minecraft and Factorio.

Feature flags

  • rt-tokio: Enable integration with the Tokio asynchronous runtime.
  • rt-async-std: Enable integration with the async-std asynchronous runtime.

Structs

AsyncStdStreamrt-async-std

The inner transport of an async-std rcon connection.

Enums

Type Definitions