This is a temporary fork of an obsolete version of bitflags in order to use associated constants and constant functions
Add this to your Cargo.toml
:
toml
[dependencies]
bitflags-associated-constants = "0.6"
and this to your crate root:
```rust
extern crate bitflagsassociatedconstants; ```