Version 0.7.0
0.7.0 (May 5, 2022)
- Delete
MaybeEq
as it wasn't that useful. - Deprecate
split1_opt
in favour ofsplit_once
introduced in Rust 1.52.0. - Make
UnpackVariants
also produce ownedinto_variant
conversions. - Optimise
ParitalEqAny
to avoid virtual calls and heap allocation.