bitfld-macro 0.1.0

Macro library supporting bitfld
Documentation
[dependencies.proc-macro2]
version = "1.0"

[dependencies.quote]
version = "1.0"

[dependencies.syn]
features = ["full"]
version = "2.0"

[lib]
name = "bitfld_macro"
path = "src/lib.rs"
proc-macro = true

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Macro library supporting bitfld"
edition = "2021"
license = "MIT"
name = "bitfld-macro"
readme = false
repository = "https://github.com/joshuaseaton/bitfld"
version = "0.1.0"