1个不稳定版本
| 0.1.0 | 2024年2月4日 |
|---|
#335 在 无标准库
9KB
158 行
Crate提供了一个BitUtils特质,该特质实现了整数类型的基本位操作。允许获取/设置位的值或位域的值。无std。
特性
assertions:添加调试断言以验证有效索引。const_impl(仅限nightly版):使BitUtils成为const特质。
lib.rs:
Crate提供了一个BitUtils特质,该特质实现了整数类型的基本位操作。允许获取/设置位的值或位域的值。
特性
assertions:添加调试断言以验证有效索引。const_impl(仅限nightly版):使BitUtils成为const特质。