q3tool 0.1.0

A zero-dependency (except std) pure Rust library for interacting with ioq3 (Quake 3) based game servers.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[dependencies]

[package]
authors = ["Dogue"]
description = "A zero-dependency (except std) pure Rust library for interacting with ioq3 (Quake 3) based game servers."
edition = "2018"
homepage = "https://github.com/dogue/q3tool-rs"
keywords = ["quake", "games"]
license-file = "LICENSE"
name = "q3tool"
readme = "README.md"
repository = "https://github.com/dogue/q3tool-rs"
version = "0.1.0"