1 unstable release
Uses old Rust 2015
0.6.0 | Jun 1, 2017 |
---|
#40 in #bitflags
Used in dpdk
26KB
472 lines
bitflags-associated-constants
This is a temporary fork of an obsolete version of bitflags in order to use associated constants and constant functions
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;
lib.rs
:
A typesafe bitmask flag generator.