6个版本
0.2.1 | 2020年5月21日 |
---|---|
0.2.0 | 2018年1月30日 |
0.1.0 | 2015年7月20日 |
0.0.3 | 2015年3月26日 |
#1187 in 数据结构
每月 23 次下载
96KB
2K SLoC
基于字典树的有序映射和集合。
文档可在 https://contain-rs.github.io/trie/trie 查找。
要使用 trie
与 Cargo,将以下内容添加到 Cargo.toml
[dependencies]
trie = "*"
并将以下内容添加到crate根目录
extern crate trie;
lib.rs
:
基于字典树的有序映射和集合。
依赖项
~185KB