Release 0.6.0-beta.2
Pre-release
Pre-release
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
andTryToValue
forCow<'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
thedxr
crate.
Thanks to @pendulum-project, @tweedegolf, @Conan-Kudo, @elementary, @quot, and a mystery sponsor for supporting my work.