-
v0.4.05e140001 · ·
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
-
v0.2.0a6fb7381 · ·
v0.2.0 * Add support for defining custom hashers * Build the bridge with -std=c++17 * Document build
-
v0.1.088d7a3f2 · ·
v0.1.0 * Initial release * Covers all default-enabled features of the C++ library except building in external memory