bitflags
A Rust macro to generate structures which behave like a set of bitflags
Usage
Add this to your Cargo.toml
:
[]
= "0.7"
and this to your crate root:
extern crate bitflags;
128-bit integer bitflags (nightly only)
Add this to your Cargo.toml
:
[]
= "0.7"
= ["i128"]
and this to your crate root:
extern crate bitflags;