0.6.0
Change Log
[0.6.0] - 2026-02-17
New
-
Major improvement to the covariance check: it is no longer possible to
circumvent it usingcore::ptr::null(),todo!(),unimplemented!(),
panic!(),loop {}, etc. -
Convenience
Lender::lender_by_refmethod that is equivalent to
iterfollowed byinto_ref_lender.
Fixed
FilterMap,Scan, andMapWhile(both standard and fallible) had an
additional parameter that was forcing a'staticbound when extending the
trait. Now they are structured likeMap.