Extract root domain and suffix from a domain name using the Public Suffix List.
# Cargo.toml
[dependencies]
publicsuffix = "2.3.0"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Fetch the Public Suffix List and extract the root domain from a URL.
Use List::from_path() with a pre-downloaded file or implement caching.
No dependency data recorded yet.