scv
A Rust procedural macro that enables bitwise operations on enums.
Installation
Add this to your Cargo.toml:
[]
= "0.1.0"
Usage
Use the #[derive(scv)] attribute on enums to enable bitwise operations:
use scv;
use BitOr;
License
This project is licensed under MIT OR Apache-2.0.