Skip to content

rearch v0.10.1

Compare
Choose a tag to compare
@GregoryConrad GregoryConrad released this 28 Apr 15:21
· 30 commits to main since this release

Chore

  • specify rust-version in rearch Cargo.toml

New Features

  • add Container::read_ref API

Performance

  • remove concread dependency
  • remove unnecessary heap allocation

Refactor

  • remove the with_txn FnOnce lifetime param
    Also rewrote the corresponding functions with generics.
    Generics do not have implicit 'static lifetimes, unlike Box.

Style

  • remove unnecessary type/ref workaround

Commit Statistics

  • 6 commits contributed to the release over the course of 21 calendar days.
  • 23 days passed between releases.
  • 6 commits were understood as conventional.
  • 4 unique issues were worked on: #42, #43, #46, #49

Commit Details

view details
  • #42
    • Remove the with_txn FnOnce lifetime param (b7c3fe5)
  • #43
    • Remove unnecessary type/ref workaround (80b3aa4)
  • #46
    • Remove concread dependency (6784ff3)
  • #49
    • Add Container::read_ref API (4d4ee1c)
  • Uncategorized
    • Remove unnecessary heap allocation (92b4810)
    • Specify rust-version in rearch Cargo.toml (3992390)