Skip to content

Version 0.7.0

Compare
Choose a tag to compare
@ndmitchell ndmitchell released this 05 May 08:34
· 100 commits to main since this release

0.7.0 (May 5, 2022)

  • Delete MaybeEq as it wasn't that useful.
  • Deprecate split1_opt in favour of split_once introduced in Rust 1.52.0.
  • Make UnpackVariants also produce owned into_variant conversions.
  • Optimise ParitalEqAny to avoid virtual calls and heap allocation.