Go to file
2015-01-15 00:34:32 -08:00
src Update doc examples 2015-01-15 00:33:51 -08: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 Initial commit 2015-01-15 00:32:45 -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;