Skip to content

Tags: ureeves/iter-diff

Tags

v0.1.1

Toggle v0.1.1's commit message

Verified

This tag was signed with the committer’s verified signature.
ureeves Eduardo Leegwater Simões
Version `0.1.1`

Equivalent to version `0.1.0`, but republished under the author's name.

v0.1.0

Toggle v0.1.0's commit message

Verified

This tag was signed with the committer’s verified signature.
ureeves Eduardo Leegwater Simões
Version `0.1.0`

Initial version. Includes the `IterDiff` trait that is implemented over
all types that can be converted into an iterator via `IntoIterator`.
This allows such a type to be compared to a second type that can be
converted into an iterator that yields elements that can be compared to
the elements of the first.