rushmorem / publicsuffix

An implementation of Mozilla's Public Suffix List in Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

1.5.2 release

pfernie opened this issue · comments

Similar to this issue, native-tls 0.2 is now required to build on hosts with newer versions of openssl. This dependency bump already exists on master, could you release 1.5.2?

Done. Thanks!

You may also be interested in https://crates.io/crates/psl which is a complete rewrite of this library with serious performance optimization. See #15 for details.