new_bitflags
More ergonomic bitflags
Building
To include new_bitflags in your project, add the following to your Cargo.toml:
[]
= "0.1"
And the following to your crate root:
extern crate new_bitflags;
new_bitflagsMore ergonomic bitflags
To include new_bitflags in your project, add the following to your Cargo.toml:
[dependencies]
new_bitflags = "0.1"
And the following to your crate root:
#[macro_use] extern crate new_bitflags;