Tamir Duberstein 53ad23bea6 Use associated constants
Fixes #20.
Closes #21.
2017-08-19 10:47:04 -07:00
2017-08-19 10:47:04 -07:00
2017-08-19 10:47:04 -07:00
2015-01-15 00:32:45 -08:00
2017-03-24 17:51:01 -07:00
2017-08-19 10:47:04 -07:00
2015-01-15 00:32:45 -08:00
2015-01-15 00:32:45 -08:00

bitflags

A Rust macro to generate structures which behave like a set of bitflags

Build Status

Usage

Add this to your Cargo.toml:

[dependencies]
bitflags = "0.9"

and this to your crate root:

#[macro_use]
extern crate bitflags;
S
Description
一个宏,使得在 Rust 中定义和处理位标志更加容易。 | A macro that makes it easy to define and work with bitflags in Rust.
Readme 1.3 MiB
Languages
Rust 100%