msq-rs
Rust library implementation of the legacy Master Server Query Protocol.
Usage
Add this to your Cargo.toml:
[dependencies]
msq = "0.1"
To get started using msq, see the Quick Start section below and take a look at the documentation.
Quick Start
use ;
use Result;
async
License
msq-rs is released under the MIT License
Dependencies
Misc
The following library goes well with this one:
- Source A2S Queries: a2s-rs