bondrewd 0.1.14

Bit-Level field packing with proc_macros
Documentation
[dependencies.bondrewd-derive]
optional = true
version = "^0.3"

[features]
default = ["std"]
derive = ["bondrewd-derive"]
hex_fns = ["bondrewd-derive/hex_fns"]
slice_fns = ["bondrewd-derive/slice_fns"]
std = []

[package]
authors = ["Dev <devlynknelson@gmail.com>"]
categories = ["compression", "data-structures", "development-tools"]
description = "Bit-Level field packing with proc_macros"
edition = "2021"
keywords = ["bitfields", "packed-struct", "bit-compression", "packed-fields", "packing"]
license = "MIT OR Apache-2.0"
name = "bondrewd"
readme = "../README.md"
repository = "https://github.com/Devlyn-Nelson/Bondrewd"
version = "0.1.14"