libpsyc/rust/third_party/bitflags
lurchi 4de756b5fd bundle bitflags 2016-09-13 16:18:07 +02:00
..
src bundle bitflags 2016-09-13 16:18:07 +02:00
tests bundle bitflags 2016-09-13 16:18:07 +02:00
.gitignore bundle bitflags 2016-09-13 16:18:07 +02:00
.travis.yml bundle bitflags 2016-09-13 16:18:07 +02:00
Cargo.toml bundle bitflags 2016-09-13 16:18:07 +02:00
LICENSE-APACHE bundle bitflags 2016-09-13 16:18:07 +02:00
LICENSE-MIT bundle bitflags 2016-09-13 16:18:07 +02:00
README.md bundle bitflags 2016-09-13 16:18:07 +02:00

README.md

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.7"

and this to your crate root:

#[macro_use]
extern crate bitflags;