2015-02-09 09:22:41 -08:00
2015-02-09 09:22:32 -08:00
2015-01-15 00:32:45 -08:00
2015-01-15 00:34:32 -08:00
2015-02-09 09:22:41 -08:00
2015-01-15 00:32:45 -08: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

Documentation

Usage

Add this to your Cargo.toml:

[dependencies]

bitflags = "0.1"

and this to your crate root:

#[macro_use]
extern crate bitflags;
Description
No description provided
Readme 426 KiB
Languages
Rust 100%