Skip to content

dua-core v3.3.0

Latest

Choose a tag to compare

@Byron Byron released this 28 Aug 04:02
6fed577

New Features

  • reuse workers when restarting a walk

    Retain a completed single-root walk pool and add Walk::restart() so callers
    that rescan a changing directory avoid rebuilding worker threads.

    Declare Rust 1.88 support for let-chain and integer-cast syntax.

Commit Statistics

  • 2 commits contributed to the release.
  • 3 days passed between releases.
  • 1 commit was understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

view details
  • Uncategorized
    • Merge pull request #381 from Byron/reuse-walk-pool (28a7279)
    • Reuse workers when restarting a walk (c0005aa)