1
0
Fork 0
mirror of git://git.psyc.eu/libpsyc synced 2024-08-15 03:19:02 +00:00
libpsyc/rust/third_party/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

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;