[package]
name = "primitive-buffer"
version = "0.1.0"
edition = "2024"
authors = ["stitzed"]
description = "A stack-based buffer with fixed capacity for primitives."
repository = "https://github.com/stitzed/primitive-buffer"
license = "MIT OR Apache-2.0"
readme = "README.md"
[dependencies]