0.7.0
[0.7.0] - 2026-05-31
New
-
Functions
__check_lender_covariance,__check_fallible_lender_covariance,
__check_lending_covarianceand__check_fallible_lending_covarianceto
check covariance of lenders and lends in custom implementations. -
Many sources and accessors are now
const fn, so they can be used in
constcontexts (e.g.,from_iter,from_into_iter,from_iter_ref,
from_fn,once_with,windows_mut, andarray_windows_mut).
Fixed
-
find_mapimplementations were missing covariance checks. -
Removed spurious
&'shortreference from fallible covariance checks.
Changed
-
Following
std's policy, we have#[inline]on all public methods. -
We have now
resolver = 3, which should solve some update issues
with themaybe-danglingcrate.