Crate rcon

Source
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§

AsyncStdStream
The inner transport of an async-std rcon connection.
Builder
Connection

Enums§

Error

Type Aliases§

Result