rushmorem / publicsuffix

An implementation of Mozilla's Public Suffix List in Rust
MIT License
96 stars 17 forks source link

Handle existing and non-existing single-label domains identical #12

Closed jonasbb closed 7 years ago

jonasbb commented 7 years ago

Always return a suffix and an empty registrable/root.

Since I am just doing some little fixes I can also do https://github.com/rushmorem/publicsuffix/issues/10 :)

rushmorem commented 7 years ago

Awesome! Thanks again :)

With this, we can release v1.4.1 :)