IronCoreLabs / ironoxide

Rust SDK for IronCore Privacy Platform
https://docs.rs/ironoxide
GNU Affero General Public License v3.0
10 stars 3 forks source link

Remove dependency on publicsuffix #232

Closed giarc3 closed 3 years ago

giarc3 commented 3 years ago

As discovered in #231, we were only using publicsuffix for the IntoUrl trait. Instead, we can just call url::Url::parse directly ourselves.