#numeric

无std num-integer

整数特性和函数

15个版本

0.1.46 2024年2月8日
0.1.45 2022年4月29日
0.1.44 2020年10月29日
0.1.43 2020年6月12日
0.1.32 2016年4月14日

#11 in 数学

Download history 1524380/week @ 2024-04-25 1518168/week @ 2024-05-02 1509333/week @ 2024-05-09 1554317/week @ 2024-05-16 1513566/week @ 2024-05-23 1753160/week @ 2024-05-30 1659219/week @ 2024-06-06 1790507/week @ 2024-06-13 1691909/week @ 2024-06-20 1669561/week @ 2024-06-27 1593174/week @ 2024-07-04 1763811/week @ 2024-07-11 1703905/week @ 2024-07-18 1712289/week @ 2024-07-25 1689355/week @ 2024-08-01 1566725/week @ 2024-08-08

6,997,765 每月下载量
18,100 个包中使用了 (396 直接)

MIT/Apache

62KB
1K SLoC

num-integer

crate documentation minimum rustc 1.31 build status

Integer 特性和函数,用于Rust。

用法

将此添加到您的 Cargo.toml

[dependencies]
num-integer = "0.1"

功能

此包可以在禁用默认的 std 功能的情况下,不使用标准库 (#![no_std]) 使用。在 Cargo.toml 中使用此功能

[dependencies.num-integer]
version = "0.1.36"
default-features = false

目前,带或不带 std 没有功能差异,但将来可能会有所不同。

版本

版本说明可在 RELEASES.md 中找到。

兼容性

已对 num-integer 包进行测试,以兼容 rustc 1.31 及更高版本。

许可

许可方式如下

任选其一。

贡献

除非您明确声明,否则您故意提交以包含在作品中并由您定义的任何贡献,根据Apache-2.0许可证,应按上述方式双重许可,而无需任何额外的条款或条件。

依赖关系

~155KB