rearch v0.10.1
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