Skip to content
v0.4.0

Breaking change:

* `build_in_internal_memory_from_bytes`: Expect closure yielding iterables, instead of needing clonable iterables

Improvements:

* Remove unnecessary `ExactSizeIterator` bound on `build_in_internal_memory_from_bytes`'s argument
* Add `par_build_in_internal_memory_from_bytes` to hash in parallel (using [Rayon](https://crates.io/crates/rayon))

Documentation:

* README: Don't highlight console block as Rust code
* Fix keywords and categories