#collection #data-structure

已存档 tree

基于二叉搜索树的有序映射和集合

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

Download history · Rust 包仓库 44/week @ 2023-10-28 · Rust 包仓库 6/week @ 2023-11-04 · Rust 包仓库 30/week @ 2023-11-11 · Rust 包仓库 9/week @ 2023-11-18 · Rust 包仓库 40/week @ 2023-11-25 · Rust 包仓库 26/week @ 2023-12-02 · Rust 包仓库 45/week @ 2023-12-09 · Rust 包仓库 23/week @ 2023-12-16 · Rust 包仓库 43/week @ 2023-12-23 · Rust 包仓库 5/week @ 2023-12-30 · Rust 包仓库 9/week @ 2024-01-06 · Rust 包仓库 6/week @ 2024-01-13 · Rust 包仓库 58/week @ 2024-01-20 · Rust 包仓库 47/week @ 2024-01-27 · Rust 包仓库 5/week @ 2024-02-03 · Rust 包仓库 40/week @ 2024-02-10 · Rust 包仓库

154 每月下载量

MIT/Apache

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