specul 0.1.0

A simple, asynchronous RCON client for Rust.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies.err-derive]
version = "0.3.1"

[dependencies.tokio]
features = ["io-util"]
version = "1.26.0"

[package]
authors = ["Sefton de Pledge"]
description = "A simple, asynchronous RCON client for Rust."
edition = "2021"
homepage = "https://github.com/seftontycho/specul.git"
license = "MIT"
name = "specul"
readme = "README.md"
repository = "https://github.com/seftontycho/specul.git"
version = "0.1.0"