bitstructs_macro 0.2.0

Procedural macro for bitstructs.
Documentation
[package]
name = "bitstructs_macro"
# When releasing to crates.io:
# - Update CHANGELOG.md.
# - Update version.
# - Create "v0.2.x" git tag.
version = "0.2.0"
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" }