Crates.io | bitflags-associated-constants |
lib.rs | bitflags-associated-constants |
version | 0.6.0 |
source | src |
created_at | 2017-06-01 13:01:47.271359 |
updated_at | 2017-06-01 13:01:47.271359 |
description | TEMPORARY FORK until associated constants stabilise |
homepage | https://github.com/rust-lang/bitflags |
repository | https://github.com/rust-lang/bitflags |
max_upload_size | |
id | 17195 |
size | 41,462 |
This is a temporary fork of an obsolete version of bitflags in order to use associated constants and constant functions
Add this to your Cargo.toml
:
[dependencies]
bitflags-associated-constants = "0.6"
and this to your crate root:
#[macro_use]
extern crate bitflags_associated_constants;