1 个不稳定版本
使用旧的 Rust 2015
0.3.3 | 2015年12月27日 |
---|
#20 in #bitmask
49 每月下载
在 5 个 crates 中使用 (via libmultilog)
21KB
380 行
bitflags
Rust 宏,用于生成类似位标志集合的结构
用法
将此添加到您的 Cargo.toml
[dependencies]
bitflags = "0.3"
并添加到您的 crate 根目录
#[macro_use]
extern crate bitflags;
lib.rs
:
一个类型安全的位掩码标志生成器。