Skip to content

0.5.2

Choose a tag to compare

@vigna vigna released this 15 Feb 15:17

[0.5.2] - 2026-02-15

New

  • Convenience Lender::lender_by_ref method that is equivalent to
    iter followed by into_ref_lender.

Fixed

  • FilterMap, Scan, and MapWhile (both standard and fallible) had an
    additional parameter that was forcing a 'static bound when extending the
    trait. Now they are structured like Map.