Skip to content

Release 1.0.0

Latest
Compare
Choose a tag to compare
@eldruin eldruin released this 27 May 07:39

Added

  • Added Debug implementations to hashers.
  • Added Clone implementations to hashers.

Changed

  • Updated the edition from 2015 to 2021.

Removed

  • Removed the byteorder dependency.
  • Removed the BuildHasherDefault type.
    • This type existed because core::hash::BuildHasherDefault did not have a const constructor.
    • As of 1.85 core::hash::BuildHasherDefault has a const constructor.