#constants #associated #bitflags #fork #temporary #stabilise

nightly bitflags-associated-constants

临时分支,直到关联常量稳定

1 个不稳定版本

使用旧的 Rust 2015

0.6.0 2017年6月1日

#40 in #bitflags


用于 dpdk

MIT/Apache

26KB
472 行代码(不包括注释)

bitflags-associated-constants

这是一个为了使用关联常量和常量函数而对过时版本的 bitflags 的临时分支。

文档

使用方法

将此添加到您的 Cargo.toml

[dependencies]
bitflags-associated-constants = "0.6"

并将此添加到您的 crate 根目录

#[macro_use]
extern crate bitflags_associated_constants;

lib.rs:

一个类型安全的位掩码标志生成器。

没有运行时依赖