packed_bits 0.3.0

Zero-cost, const-friendly, no_std and memory efficient bit packing library
Documentation
[package]
name = "packed_bits"
description = "Zero-cost, const-friendly, no_std and memory efficient bit packing library"
keywords = ["bit-packing", "embedded", "no-std", "memory-efficient", "macro"]
categories = ["embedded", "no-std", "data-structures"]
version.workspace = true
edition.workspace = true
authors.workspace = true
license.workspace = true
repository.workspace = true
documentation.workspace = true
readme = "../README.md"

[features]
default = []
std = []
derive = ["dep:packed_bits_derive"]

[dependencies]
paste.workspace = true
static_assertions.workspace = true
packed_bits_derive = { workspace = true, optional = true }

[dev-dependencies]
trybuild.workspace = true
packed_bits_derive.workspace = true