Docs.rs
prefix-tree-0.5.0
prefix-tree 0.5.0
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
miedzinski
Dependencies
quickcheck ^0.9.1
dev
quickcheck_macros ^0.9.1
dev
Versions
66.67%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
prefix_
tree
0.5.0
All Items
Crate Items
Structs
Crate
prefix_tree
Copy item path
Source
Structs
ยง
Prefix
Map
A map implemented with prefix tree.
Prefix
Set
A set implemented as a
PrefixMap
where the value is
()
.