1 unstable release

Uses old Rust 2015

0.1.0 May 13, 2017

#36 in #bitflags

MIT/Apache

13KB
211 lines

new_bitflags

More ergonomic bitflags

Documentation

Building

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;

lib.rs:

More ergonomic bitflags

No runtime deps