Go to file
2015-03-25 09:00:17 -07:00
src Update to rust master 2015-03-25 09:00:17 -07:00
.gitignore Initial commit 2015-01-15 00:32:45 -08:00
.travis.yml Tweak travis config 2015-01-15 00:34:32 -08:00
Cargo.toml Bump to 0.1.1 2015-02-09 09:22:41 -08:00
LICENSE-APACHE Initial commit 2015-01-15 00:32:45 -08:00
LICENSE-MIT Initial commit 2015-01-15 00:32:45 -08:00
README.md Initial commit 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;