varflags 0.0.2

Crate exporting varflags macro, allowing to use unit-like enums in conjunction with Varflags struct to create easy to use bitflags data structure defined over enum variants.
Documentation
[dependencies.bitworks]
version = "0.1.5"

[dependencies.serde]
features = ["derive"]
optional = true
version = "1.0.196"

[dependencies.varflags_attribute]
version = "0.0.3"

[features]
serde = ["dep:serde", "bitworks/serde"]

[package]
categories = ["data-structures"]
description = "Crate exporting varflags macro, allowing to use unit-like enums in conjunction with Varflags struct to create easy to use bitflags data structure defined over enum variants."
edition = "2021"
keywords = ["bitflags", "data-structure", "bitset"]
license = "MIT OR Apache-2.0"
name = "varflags"
readme = "README.md"
repository = "https://github.com/TRI99ERED/varflags"
version = "0.0.2"