Crates.io | blastfig |
lib.rs | blastfig |
version | 0.3.3 |
source | src |
created_at | 2015-12-27 20:33:48.919538 |
updated_at | 2015-12-27 20:33:48.919538 |
description | A macro to generate structures which behave like bitflags. |
homepage | https://rustyhorde.github.io/blastfig |
repository | https://github.com/rustyhorde/blastfig.git |
max_upload_size | |
id | 3766 |
size | 34,715 |
A Rust macro to generate structures which behave like a set of bitflags
Add this to your Cargo.toml
:
[dependencies]
bitflags = "0.3"
and this to your crate root:
#[macro_use]
extern crate bitflags;