7 releases
| 0.5.0 | Nov 28, 2025 |
|---|---|
| 0.4.6 | Oct 3, 2025 |
| 0.4.5 | Jan 23, 2025 |
| 0.4.3 | Sep 27, 2024 |
| 0.1.0 | Jul 12, 2022 |
#1264 in Data structures
93 downloads per month
57KB
1K
SLoC
This crate provides two data structures based on FQDN tries in order to provide very fast lookup in the FQDN hierarchy.
The trie implementation is optimized to FQDN context and follows these rules:
- the search algorithm finds the longuest domain suffix
- the algorithm is case-insensitive
- the internal structure exploits the range of allowed characters in FQDN
fqdn-trie
This crate provides two data structures based on FQDN tries in order to provide very fast lookup in the FQDN hierarchy.
The trie implementation is optimized to FQDN context and follows these rules:
- the search algorithm finds the longuest domain suffix
- the algorithm is case-insensitive
- the internal structure exploits the range of allowed characters in FQDN