[package]
name = "refraction-types"
version = "0.1.2"
edition = "2024"
authors = ["Posmac"]
description = "Zero-dependency bounded ring buffer for networking workloads with predictable overwrite-on-full semantics, minimal allocations, and an ergonomic byte-oriented API."
keywords = ["ring-buffer", "networking", "queue", "bytes", "zero-dependency"]
readme = "README.md"
categories = ["data-structures", "network-programming"]
license = "MIT OR Apache-2.0"
documentation = "https://docs.rs/refraction-types"
homepage = "https://github.com/Posmac/refraction-multiplayer"
repository = "https://github.com/Posmac/refraction-multiplayer"
[features]
default = []
test = ["dep:rstest"]
[dependencies]
rstest = { workspace = true, optional = true }