blastfig

Crates.ioblastfig
lib.rsblastfig
version0.3.3
sourcesrc
created_at2015-12-27 20:33:48.919538
updated_at2015-12-27 20:33:48.919538
descriptionA macro to generate structures which behave like bitflags.
homepagehttps://rustyhorde.github.io/blastfig
repositoryhttps://github.com/rustyhorde/blastfig.git
max_upload_size
id3766
size34,715
Jason Ozias (CraZySacX)

documentation

https://doc.rust-lang.org/blastfig/blastfig/blastfig/index.html

README

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

and this to your crate root:

#[macro_use]
extern crate bitflags;
Commit count: 0

cargo fmt