2018-04-25 19:26:31 -07:00
2017-10-22 13:11:09 -07:00
2017-10-17 12:27:33 -04:00
2017-12-08 08:07:14 -08:00
2017-11-12 08:02:47 -08:00
2017-11-12 08:14:10 -08:00
2015-01-15 00:32:45 -08:00
2015-01-15 00:32:45 -08:00
2017-09-08 22:01:32 -04:00

bitflags

A Rust macro to generate structures which behave like a set of bitflags

Build Status

Usage

Add this to your Cargo.toml:

[dependencies]
bitflags = "1.0"

and this to your crate root:

#[macro_use]
extern crate bitflags;

Rust Version Support

The minimum supported Rust version is 1.20 due to use of associated constants.

S
Description
一个宏,使得在 Rust 中定义和处理位标志更加容易。 | A macro that makes it easy to define and work with bitflags in Rust.
Readme 1.3 MiB
Languages
Rust 100%