#yaws #hash #impl #slabbable #default

no-std slabbable-hash

Slabbable hash impl

1 unstable release

new 0.1.0 Jan 24, 2025

#347 in Science

Download history 105/week @ 2025-01-22

105 downloads per month
Used in 2 crates (via slabbable-impl-selector)

Apache-2.0/MIT

22KB
384 lines

Slabbable Hash

Hash impl Slabbable

Currently we only hook hashbrown as HashMap and nohash-hasher as the HasherBuilder

If you would like other hasher / hashmap please add with cfg-switches;

cfg values default
slabbable_hasher - nohash_hasher
slabbable_hashmap - hashbrown

See the trait documentation.

Dependencies

~195KB