Popularity
9.5
Stable
Activity
5.7
Declining
103
7
85
Monthly Downloads: 93
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.
Stream - Scalable APIs for Chat, Feeds, Moderation, & Video.
Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.
Promo
getstream.io

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.