primitive-buffer 0.1.0

A stack-based buffer with fixed capacity for primitives.
Documentation
1
2
3
4
5
6
7
8
9
10
11
[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]