Sha256: efa5881fdd655149fcb981fb2302a2bdb0a05a941c134c4a898c06bdd7407ac9

Contents?: true

Size: 932 Bytes

Versions: 2

Compression:

Stored size: 932 Bytes

Contents

## 2.1.0

- Implement `Clone` for `FxRandomState`
- Implement `Clone` for `FxSeededState`
- Use SPDX license expression in license field

## 2.0.0

- Replace hash with faster and better finalized hash.
  This replaces the previous "fxhash" algorithm originating in Firefox
  with a custom hasher designed and implemented by Orson Peters ([`@orlp`](https://github.com/orlp)).
  It was measured to have slightly better performance for rustc, has better theoretical properties
  and also includes a significantly better string hasher.
- Fix `no_std` builds

## 1.2.0 (**YANKED**)

**Note: This version has been yanked due to issues with the `no_std` feature!**

- Add a `FxBuildHasher` unit struct
- Improve documentation
- Add seed API for supplying custom seeds other than 0
- Add `FxRandomState` based on `rand` (behind the `rand` feature) for random seeds
- Make many functions `const fn`
- Implement `Clone` for `FxHasher` struct

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
wasmtime-29.0.0 ./ext/cargo-vendor/rustc-hash-2.1.0/CHANGELOG.md
wasmtime-28.0.0 ./ext/cargo-vendor/rustc-hash-2.1.0/CHANGELOG.md