Crates.io | bitflags-core |
lib.rs | bitflags-core |
version | 0.3.4 |
source | src |
created_at | 2015-12-30 07:20:53.802 |
updated_at | 2015-12-30 07:25:35.644712 |
description | A fork of rust-lang-nursery/bitflags that uses libcore, not libstd |
homepage | https://gitlab.com/robigalia/bitflags-core |
repository | https://gitlab.com/robigalia/bitflags-core |
max_upload_size | |
id | 3792 |
size | 25,943 |
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;