Popularity
9.5
Stable
Activity
1.8
-
105
6
92
Monthly Downloads: 152
Programming language: C++
License: BSD 3-clause "New" or "Revised" License
Latest version: v1.3.0.0
hashable alternatives and similar packages
Based on the "hashable" category.
Alternatively, view hashable alternatives based on common mentions on social networks and blogs.
-
hashable-generics
Automatically generates Hashable instances with GHC.Generics. WARNING: This has been merged into, and made obsolete by Data.Hashable version 1.2. Please use the built-in instances.
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
Promo
www.saashub.com
Do you think we are missing an alternative of hashable or a related project?
README
The hashable package
This package defines a class, Hashable, for types that can be
converted to a hash value. This class exists for the benefit of
hashing-based data structures. The package provides instances for
basic types and a way to combine hash values.