easybitflags 0.2.0

An implementation making it easy to use bitflags in Rust.
Documentation
[dependencies.flags_derive]
version = "=0.1.0"

[lib]
name = "easybitflags"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "An implementation making it easy to use bitflags in Rust."
edition = "2024"
license-file = "LICENSE.txt"
name = "easybitflags"
readme = "README.md"
repository = "https://github.com/Webstonesl/easybitflags_rs"
resolver = "2"
version = "0.2.0"