public-suffix
Crate for efficient determination of eTLD+1 based on the Mozilla Public Suffix List.
0.1.3
6.9M downloads/mo
#3810 most downloaded on crates.io
1Password/passkey-rs
What this package is like to depend on
Last release 1 years ago
28 Apr 2025
Ships on a steady schedule
a new release about every 7 months
Nearly every release is documented
notes for 4 of 4 stable releases
Nothing withdrawn
no release was ever pulled
3 years old
4 releases · first in 2023
0 releases in the last 12 months
see the full history below
Release timeline
4 releases · Jul 2023 to Apr 2025Releases
latest 4-
0.1.328 Apr 2025 -
0.1.216 Sep 2024 -
0.1.114 Dec 2023 -
0.1.028 Jul 2023Release notes
Open source →A new crate! This crate houses the swappable cryptographic backends for different libraries should you wish/need to use a different set of libraries than the default RustCrypto libraries. As always PRs are accepted to add new backends should you wish to not use plenty of newtypes to get around the orphan rules.
- New
RngBackendtrait which replaces the pre-existingpasskey-types::rand::random_vecfunction. Use this new method aspasskey-crypto::rng::Rng::random_vec.
- New