Skip to content

v1.0.0

Compare
Choose a tag to compare
@JSorngard JSorngard released this 11 Oct 14:47
· 84 commits to main since this release

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 and 50bits 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