flags 0.1.4

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
16
17
[features]
default = []
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.4"
[package.metadata.docs.rs]
features = ["example_generated"]