New Features
-
compare names and references with natural counterparts
Allow owned and borrowed reference-name types and namespaces to compare symmetrically with text and byte strings.
Allow raw, loose, and packed references to compare with names, text, and byte strings by projecting their full name, while same-type reference equality remains structural and includes targets and peeled values.
Keep these heterogeneous reference comparisons one-way, with the reference on the left, so references with different structural values cannot form a non-transitive PartialEq chain through their shared name.
Commit Statistics
- 3 commits contributed to the release.
- 1 day passed between releases.
- 1 commit was understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages