18个版本 (4个重大更改)
使用旧的Rust 2015
0.4.1 | 2015年10月7日 |
---|---|
0.4.0 | 2015年8月24日 |
0.3.0 | 2015年6月29日 |
0.2.0 | 2015年4月23日 |
0.0.9 | 2015年3月29日 |
110 在 #collection
154 每月下载量
97KB
1.5K SLoC
tree
基于二叉搜索树的有序映射和集合。
文档可在 https://apasel422.github.io/tree/tree 查找。
要使用 tree
与 Cargo 一起,请将以下内容添加到 Cargo.toml
[dependencies]
tree = "*"
并将以下内容添加到 crate 根目录
extern crate tree;
lib.rs
:
基于二叉搜索树的有序映射和集合。
依赖项
~4.5MB
~90K SLoC