bitstructs_macro 0.1.1

Procedural macro for bitstructs.
Documentation
[package]
name = "bitstructs_macro"
# When releasing to crates.io:
# - Update CHANGELOG.md.
# - Update version.
# - Create "bitstructs_macro-v0.1.x" git tag.
version = "0.1.1"
edition = "2024"
license = "MIT"
description = "Procedural macro for bitstructs."
keywords = ["proc-macro", "bitfield", "bitstruct", "bitstructs"]
repository = "https://github.com/small-white0-0/bitstructs"

[lib]
proc-macro = true

[dependencies]
proc-macro2 = "1.0"
quote = "1.0"
syn = { version = "2.0" }