new_bitflags

Crates.ionew_bitflags
lib.rsnew_bitflags
version0.1.0
sourcesrc
created_at2017-05-13 23:12:55.541054
updated_at2017-05-13 23:12:55.541054
descriptionMore ergonomic bitflags
homepagehttps://github.com/murarth/new_bitflags
repositoryhttps://github.com/murarth/new_bitflags
max_upload_size
id14489
size30,823
Murarth (murarth)

documentation

https://docs.rs/new_bitflags/

README

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;
Commit count: 4

cargo fmt