#width #numbers #determine #num #number-width

num-width

确定数字宽度的特质

1 个不稳定版本

0.1.0 2023年3月19日

#26#num

MIT 许可协议

10KB
197

num-width

确定数字宽度的特质。

示例

use num_width::NumberWidth;

assert_eq!(15u8.width(), 2);
assert_eq!((-7i8).signed_width(), 2);

lib.rs:

确定数字宽度的特质。

依赖

~100KB