Releases: jedisct1/rust-bloom-filter
Releases · jedisct1/rust-bloom-filter
3.0.1
3.0.0
This release is incompatible with previous versions.
You need to change your code, or it won't even compile. It's also unable to load serialized representations made by previous versions. It also requires a bit more memory than before.
However, serializing and deserializing bloom filters is now less confusing. All the required parameters are now part of the serialized data.