bitflags 0.6.0

A macro to generate structures which behave like bitflags.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]

name = "bitflags"
version = "0.6.0"
authors = ["The Rust Project Developers"]
license = "MIT/Apache-2.0"
readme = "README.md"
repository = "https://github.com/rust-lang/bitflags"
homepage = "https://github.com/rust-lang/bitflags"
documentation = "https://doc.rust-lang.org/bitflags"
description = """
A macro to generate structures which behave like bitflags.
"""