Q3Tool
A Rust library for interacting with ioq3 (Quake 3) based game servers.
Getting Started
Quick Example
use Q3Tool;
Current Status
Q3Tool is essentially feature-complete. RCON is finally implemented and it is able to retrieve data from any compatible ioq3 server that I can test. If you encounter any bugs, please don't hesitate to open an issue.
There shouldn't be any breaking changes in the public facing API at this point.
Running the tests
cargo test
License
This project is licensed under the MIT License