12 stable releases
2.0.11 | Aug 10, 2022 |
---|---|
2.0.10 | Dec 9, 2021 |
2.0.9 | Nov 30, 2021 |
2.0.7 | Mar 24, 2021 |
#628 in Network programming
1,320,907 downloads per month
Used in 230 crates
(4 directly)
13KB
338 lines
Common types for the public suffix implementation crates
The types in this crate assume that the input is valid
UTF-8 encoded domain names. If input is potentially invalid,
use a higher level crate like the addr
crate.
Some implentations may also assume that the domain name is in lowercase and/or may only support looking up unicode domain names.
PSL Types
Common types for the public suffix implementation crates.
This was made for the psl
and publicsuffix
crates but
it can be used by any implementation.