Crates.io | quakeworld |
lib.rs | quakeworld |
version | 0.2.3 |
source | src |
created_at | 2022-11-12 01:42:11.229931 |
updated_at | 2022-11-29 22:28:54.24972 |
description | A collection of quakeworld related libraries. |
homepage | https://github.com/jogi1/quakeworld |
repository | https://github.com/jogi1/quakeworld |
max_upload_size | |
id | 713236 |
size | 175,472 |
A rust library for working with quakeworld.
protocol
network
mvdsv 0.36-dev
.mvd
state
utils
crc
ascii_strings - when reading strings they will be converted to printable ascii, original bytes are also being kept see here
Features that are enabled by default are protocol, mvd, and util.
Everything is serializable via serde (json,...). Supports wasm as target ('it compiles' cargo build --target wasm32-unknown-unknown
)
probably in order of being implemented too
could be better, aka non existing at the moment