[package]
edition = "2024"
name = "bit-buf"
version = "0.1.3"
build = false
include = [
"src/",
"README.md",
"CHANGELOG.md",
"LICENSE",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "I needed this."
readme = "README.md"
keywords = [
"bit-packing",
"game-protocol",
"utilities",
]
categories = [
"algorithms",
"compression",
"encoding",
"no-std",
"no-std::no-alloc",
]
license = "GPL-3.0-only"
repository = "https://github.com/ZenPZero/bit-buf"
[lib]
name = "bit_buf"
path = "src/lib.rs"