pack_bools 0.1.0

Attribute macro to pack all boolean fields of a struct into a bitfield
Documentation
[dependencies.proc-macro2]
version = "1.0.82"

[dependencies.quote]
version = "1.0.36"

[dependencies.syn]
features = ["full", "extra-traits"]
version = "2.0.64"
[dev-dependencies.trybuild]
version = "1.0.96"

[lib]
proc-macro = true

[package]
authors = ["Jonathan Widén"]
description = "Attribute macro to pack all boolean fields of a struct into a bitfield"
edition = "2021"
keywords = ["bitfields", "packed", "macro"]
license = "MIT"
name = "pack_bools"
readme = "README.md"
repository = "https://github.com/CMDJojo/pack_bools"
version = "0.1.0"