Do not use directly, use the reexport in the `enumflags2` crate. This allows for better compatibility across versions.
# Cargo.toml
[dependencies]
enumflags2_derive = "0.7.12"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Use enumflags2 crate instead of this derive crate directly
Replace enumflags2_derive with enumflags2 in your Cargo.toml and use enumflags2::BitFlags
No dependency data recorded yet.