bitflags-associated-constants

Crates.iobitflags-associated-constants
lib.rsbitflags-associated-constants
version0.6.0
sourcesrc
created_at2017-06-01 13:01:47.271359
updated_at2017-06-01 13:01:47.271359
descriptionTEMPORARY FORK until associated constants stabilise
homepagehttps://github.com/rust-lang/bitflags
repositoryhttps://github.com/rust-lang/bitflags
max_upload_size
id17195
size41,462
Raphael Cohn (raphaelcohn)

documentation

https://doc.rust-lang.org/bitflags

README

bitflags-associated-constants

This is a temporary fork of an obsolete version of bitflags in order to use associated constants and constant functions

Documentation

Usage

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

cargo fmt