Skip to content

Release 0.6.0-beta.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@decathorpe decathorpe released this 16 Jul 19:09
· 32 commits to main since this release
dc490a3

Changed:

  • A custom PartialEq implementation for <struct> was added, which now properly
    ignores the order of struct members.
  • The number of closures was reduced by replacing with plain functions, where possible.
  • The implementation of TryFromValue and TryToValue for Cow<'a, T> was fixed for
    T = str, which previously was not covered.

Internal changes:

  • The script for generating the test coverage report now also runs the example binaries.
  • The test suite is now much more comprehensive, resulting in >95% test coverage for
    the dxr crate.

Thanks to @pendulum-project, @tweedegolf, @Conan-Kudo, @elementary, @quot, and a mystery sponsor for supporting my work.