q3tool 0.1.4

A 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
14
15
16
17
[dependencies.byte-strings]
version = "0.1.3"

[dependencies.thiserror]
version = "1.0.29"

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