v1.0.0
What's Changed
The crate is now stable!
- Removed the
estrin
feature. If it was activated anywhere in the dependency tree the crate became less accurate for all users without them being able to do anything about it (as the compiler assumes that features are additive). - Removed the
24bits
and50bits
features. Their only use was to reduce binary size and speed up compile time by letting the user skip compilation of parts of the crate if they didn't use them. However, the crate is small and very quick to compile, and the unused code should be removed during dead code elimination anyway.
Full Changelog: v0.5.9...v1.0.0