rs2io 0.3.7

Types and utilities for processing io with a design heavily focused around the custom protocols used by the popular MMORPG Runescape.
Documentation
[dependencies.encoding_rs]
version = "0.8"

[dependencies.memchr]
version = "2.7.5"

[dependencies.num-bigint]
version = "0.4"

[dependencies.rs2-prot-macro]
optional = true
version = "0.1.0"

[features]
default = []
macros = ["rs2-prot-macro"]

[lib]
name = "rs2io"
path = "src/lib.rs"

[package]
authors = ["Mack <https://github.com/heavens>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Types and utilities for processing io with a design heavily focused around the custom protocols used by the popular MMORPG Runescape."
edition = "2021"
keywords = ["IO", "Bytes", "RuneScape", "GameDev", "Games"]
license = "MIT OR Apache-2.0"
name = "rs2io"
readme = false
repository = "https://github.com/heavens"
rust-version = "1.80.0"
version = "0.3.7"