| Crates.io | new_bitflags |
| lib.rs | new_bitflags |
| version | 0.1.0 |
| created_at | 2017-05-13 23:12:55.541054+00 |
| updated_at | 2017-05-13 23:12:55.541054+00 |
| description | More ergonomic bitflags |
| homepage | https://github.com/murarth/new_bitflags |
| repository | https://github.com/murarth/new_bitflags |
| max_upload_size | |
| id | 14489 |
| size | 30,823 |
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;