Skip to content

rearch-effects v0.5.2

Compare
Choose a tag to compare
@GregoryConrad GregoryConrad released this 01 Jun 18:45
· 16 commits to main since this release

Performance

  • switch multi side effect to Cell from RefCell

Refactor

  • list out deps inline to be more idiomatic
  • remove once_cell dependency for lazy transformers

Commit Statistics

  • 3 commits contributed to the release over the course of 4 calendar days.
  • 31 days passed between releases.
  • 3 commits were understood as conventional.
  • 1 unique issue was worked on: #55

Commit Details

view details
  • #55
    • List out deps inline to be more idiomatic (52f65a8)
  • Uncategorized
    • Remove once_cell dependency for lazy transformers (0c264cf)
    • Switch multi side effect to Cell from RefCell (2e07244)