Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
bitflags 0.7.0 - Docs.rs
[go: Go Back, main page]

bitflags 0.7.0

A macro to generate structures which behave like bitflags.
Documentation

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

and this to your crate root:

#[macro_use]
extern crate bitflags;