bitflags-0.3.4 has been yanked.
bitflags
A Rust macro to generate structures which behave like a set of bitflags
Usage
Add this to your Cargo.toml:
[]
= "0.3"
and this to your crate root:
extern crate bitflags;