flags 0.1.2

A macro to generate structures which behave like bitflags.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[features]
default = ["example_generated"]
example_generated = []

[lib]
name = "bitflags"

[package]
authors = ["M Farkas-Dyck <strake888@gmail.com>"]
categories = ["no-std"]
description = "A macro to generate structures which behave like bitflags.\n"
keywords = ["bit", "bitmask", "bitflags", "flags"]
license = "MIT/Apache-2.0"
name = "flags"
version = "0.1.2"