Closed waywardmonkeys closed 2 weeks ago
This removes a dependency on fxhash and uses hashbrown which now defaults to foldhash.
fxhash
hashbrown
foldhash
fxhash hasn't been updated / maintained in 7 years and the Rust community has largely moved on to other hash algorithms over time.
(This is also more friendly for future potential no_std support.)
no_std
This removes a dependency on
fxhash
and useshashbrown
which now defaults tofoldhash
.fxhash
hasn't been updated / maintained in 7 years and the Rust community has largely moved on to other hash algorithms over time.(This is also more friendly for future potential
no_std
support.)