8 个版本
使用旧的 Rust 2015
0.0.8 | 2015 年 3 月 28 日 |
---|---|
0.0.7 | 2015 年 2 月 6 日 |
0.0.6 | 2015 年 1 月 30 日 |
#317 在 #sorting
40KB
451 行
sorted-collections-rs
一个提供对 Rust 中有序集合有用的扩展特性和便利方法的库。注意:此库目前没有活跃开发,其中许多功能已被标准库中的类似或相同功能取代,或者很快将被取代。请使用那个,至少直到我找到更好的方向。
使用方法
将以下内容放入您的 Cargo.toml
[dependencies]
sorted-collections = "*"
并在您的 crate 根目录中添加以下内容
extern crate "sorted-collections" as sorted_collections; // or whatever you want to import it as
lib.rs
:
sorted-collections-rs 是一个提供对 Rust 中有序集合有用的扩展特性和便利方法的库。