9个版本 (1个稳定版)
1.1.8 | 2022年10月31日 |
---|---|
0.1.7 | 2022年10月26日 |
#2098 in 数据结构
每月下载 27次
23KB
586 行
trie-generic
目前正在开发中!API可能会没有警告地更改。
trie的泛型实现。
安装
将 trie-generic
添加到您的 Cargo.toml 文件的依赖项中
[dependencies]
trie-generic = "0.1.2"
API
示例
待办事项
t.设置(键,值)
t.所有() -> (键,值)
t.子树(前缀) ->trie
- 改进文档
- 用迭代器替换字符串/Vec
错误和其他问题
在GitHub上提交一个issue或者,最好是,给我发送一个pull request。