Docs.rs
fr-trie-0.0.4
fr-trie 0.0.4
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
cbruiz
Dependencies
bitflags ^1.3.2
normal
serde ^1
normal
bincode ^1.3.3
dev
serde_json ^1.0.71
dev
Versions
31.78%
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
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Crate fr_trie
fr_trie
0.0.4
All Items
Crate Items
Modules
Crate
fr_trie
Copy item path
Source
Expand description
A generic fuzzy compressed radix trie implementation.
Modules
ยง
glob
A tiny and limited glob matcher implementation for FR Tries (optional)
iterator
The Trie iterator based on a pushdown automata to perform lookup
key
The Trie Key trait
matcher
The Trie Matcher trait
node
The Trie internal node implementation
trie
The Trie trait(s)