new_bitflags

More ergonomic bitflags

Documentation

Building

To include new_bitflags in your project, add the following to your Cargo.toml:

toml [dependencies] new_bitflags = "0.1"

And the following to your crate root:

```rust

[macrouse] extern crate newbitflags;

```