tldextract 0.6.0

extract domain info from a url
Documentation
1
2
3
4
5
#[cfg(feature = "BTreeSet")]
pub use std::collections::BTreeSet as Set;

#[cfg(feature = "HashSet")]
pub use std::collections::HashSet as Set;