Library to handle Quake 3 virtual machines


Keywords
vm, parser, qvm, quake3, quake-3, quake-iii-arena, quake3arena, rust
Licenses
MIT/Apache-2.0

Documentation

quake3-qvm

A Rust crate to handle Quake 3 virtual machines.

build status crate version docs crate license

Usage

Add a dependency to your Cargo.toml (see The Cargo Book):

[dependencies]
quake3-qvm = "0.*"

For further info, read the crate's rustdoc.

Requirements

Needs rustc stable. Create a pull request if it does not work on current stable.

License

quake3-qvm is distributed under the terms of both the MIT license and the Apache License (Version 2.0).

SPDX-License-Identifier: MIT OR Apache-2.0

See LICENSE-APACHE and LICENSE-MIT, and COPYRIGHT for details.