Skip to content

Tags

Tags give the ability to mark specific points in history as being important
  • v0.4.0
    5e140001 · Bump version to v0.4.0 ·
    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.3.3
    f7b6d9a5 · Bump version to v0.3.3 ·
    v0.3.3
    
    * Fix homepage/repository URL
  • v0.3.2
    ec9017b7 · Bump version to v0.3.2 ·
    v0.3.2
    
    * Lower MSRV to 1.77
  • v0.3.1
    77a69fe7 · Bump version to v0.3.1 ·
    v0.3.1
    
    re-release of v0.3.0:
    
    * Add support for autocxx 0.27 to fix build in some environments (Clang >= 16?)
    * Bump MSRV to 1.80
  • v0.2.0
    a6fb7381 · Bump version to v0.2.0 ·
    v0.2.0
    
    * Add support for defining custom hashers
    * Build the bridge with -std=c++17
    * Document build
  • v0.1.0
    v0.1.0
    
    * Initial release
    * Covers all default-enabled features of the C++ library except building
      in external memory