Skip to content

v0.1.0: Initial Release

Latest

Choose a tag to compare

@The-Fireplace The-Fireplace released this 08 Mar 00:03
· 4 commits to master since this release

Added

  • Initial release of this crate. The following changes are differences from the original nohash-hasher crate:
    • The IsEnabled trait is now implemented for char and bool.
    • CharMap and CharSet types when std feature is enabled as concise char equivalents of IntMap and IntSet.