#floats #fork #wrapper #total #order #ordered #ordered-float

已删除 new-ordered-float

浮点数的全序包装器(ordered-float 的分支)

使用旧的 Rust 2015

1.0.2 2018年9月11日
1.0.1 2018年6月6日

#18 in #total


dinotree_sample 中使用

MIT 许可证

23KB
552

有序浮点数

为 f64 的 Ord 和 Eq 实现提供几个包装类型。

这是对: https://crates.io/crates/ordered-float 的临时分支。

此分支已合并回原始的 ordered-float 包,不再维护。

用法

使用 crates.io 仓库;将其添加到您的 Cargo.toml 中,与您的其他依赖项一起

[dependencies]
new-ordered-float = "1.0"

在您的 Rust 代码中,库的名称仍然是 ordered_float

extern crate ordered_float;

有关更多信息,请参阅 API 文档

许可证

MIT


lib.rs:

浮点数的全序包装器。

依赖关系

~105–330KB