David Tolnay d6ecddc78c Release 1.0.3
2018-04-30 10:25:17 -07:00
2018-04-30 10:25:17 -07:00
2017-10-17 12:27:33 -04:00
2017-12-08 08:07:14 -08:00
2018-04-30 10:25:17 -07:00
2018-04-25 19:35:54 -07: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%