easybitflags 0.2.0

An implementation making it easy to use bitflags in Rust.
Documentation
[workspace]
resolver = "2"
members = [".", "flags_derive"]
[workspace.package]
authors = ["Timo Barnard (timo@onerockaudio.co.za)"]
license-file = "LICENSE.txt"
repository = "https://github.com/Webstonesl/easybitflags_rs"
edition = "2024"
[package]
name = "easybitflags"
description = "An implementation making it easy to use bitflags in Rust."
version = "0.2.0"
repository.workspace = true
edition.workspace = true
license-file.workspace = true

[lib]
name = "easybitflags"


[dependencies]
flags_derive = { path = "./flags_derive", version = "=0.1.0" }