fqdn-trie

Crates.iofqdn-trie
lib.rsfqdn-trie
version0.4.3
sourcesrc
created_at2022-07-12 13:43:25.2257
updated_at2024-09-27 09:36:23.776338
descriptionFQDN (Fully Qualified Domain Name) lookup structures (based on tries)
homepage
repositoryhttps://github.com/Orange-OpenSource/fqdn-trie
max_upload_size
id624368
size141,440
Christophe Dousson (XopheD)

documentation

https://docs.rs/fqdn-trie

README

fqdn-trie

Crates.io Crates.io License Docs

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
Commit count: 8

cargo fmt