bitflags2-derive 0.2.2

Attribute macro implementation for the bitflags2 crate
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "bitflags2-derive"
version = "0.2.2"
edition = "2024"
description = "Attribute macro implementation for the bitflags2 crate"
readme = "README.md"
license = "MIT"
authors = ["cet"]
repository = "https://github.com/cet-t/bitflags2"

[lib]
proc-macro = true

[dependencies]
proc-macro2 = "1"
quote = "1"
syn = { version = "3", features = ["full", "extra-traits"] }