bitflags-associated-constants 0.6.0

TEMPORARY FORK until associated constants stabilise
Documentation

bitflags-associated-constants

This is a temporary fork of an obsolete version of bitflags in order to use associated constants and constant functions

Documentation

Usage

Add this to your Cargo.toml:

[dependencies]
bitflags-associated-constants = "0.6"

and this to your crate root:

#[macro_use]
extern crate bitflags_associated_constants;