The is a complete overhaul of the package. The package is now written in Rust instead of C++. Rewriting it in Rust gives us more safety guarantees and a cleaner and easier to maintain code. Additionally, we are now supplying binary wheels for all the platforms which removed the prerequisites.
0.10.0
- Improve performance by copying the same empty PyObject for empty results - Update PublicSuffixList
0.9.4
- Added mac-os support
0.9.3
- Updated PSL file - Updated robin hood hashing to the latest version - Drop Python3.6 support and add Python3.10
0.9.2
- Updated PSL list with the latest list - Updated robin_hood hash code
0.9.1
- fixed a typo when importing extractor compiled module