bit-buf 0.2.0

I needed this.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "bit-buf"
version = "0.2.0"
edition = "2024"

description = "I needed this."
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"

include = ["src/", "README.md", "CHANGELOG.md", "LICENSE"]