Skip to content

v0.5.3

Choose a tag to compare

@lpotthast lpotthast released this 14 Apr 20:17
· 54 commits to main since this release

Added

  • Vec<T>::contains_exactly_in_any_order for direct parity with slice assertions.
  • Array assertions for contains and contains_exactly_matching_in_any_order.

Changed

  • Aligned [T; N], &[T], and Vec<T> collection assertion coverage in the README.
  • Broadened array contains_exactly to support comparable expected element types via AssertrPartialEq, matching
    slice and Vec behavior.
  • Expanded Vec<T> and [T; N] collection assertion tests.