binf_macros 1.1.2

A crate that adds utilities for dealing with binary flags
Documentation
[dependencies.proc-macro2]
version = "1.0.68"

[dependencies.proc-macro2-diagnostics]
version = "0.10.1"

[dependencies.quote]
version = "1.0.33"

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

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

[package]
authors = ["DavidOnTop <me@davidon.top>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "A crate that adds utilities for dealing with binary flags"
documentation = "https://docs.rs/binf_macros/"
edition = "2021"
license = "MIT"
name = "binf_macros"
readme = "README.md"
repository = "https://git.davidon.top/public/binf.git"
version = "1.1.2"