bitfld-macro 0.1.6

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

[lints.clippy]
too_many_lines = "allow"

[lints.clippy.all]
level = "deny"
priority = -1

[lints.clippy.pedantic]
level = "deny"
priority = -1

[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 = "README.md"
repository = "https://github.com/joshuaseaton/bitfld"
version = "0.1.6"