new_bitflags
More ergonomic bitflags
Documentation
To include new_bitflags in your project, add the following to your Cargo.toml:
Cargo.toml
toml [dependencies] new_bitflags = "0.1"
And the following to your crate root:
```rust
```