Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

skiplist: extract equivalent mod to a crate #1158

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

al8n
Copy link
Contributor

@al8n al8n commented Dec 11, 2024

Hi, this PR extracts equivalent mod in crossbeam-skiplist to equivalent-flipped crate so that users can implement Comparable and Equivalent without depending on crossbeam-skiplist.

@al8n
Copy link
Contributor Author

al8n commented Dec 18, 2024

indexmap directly uses equivalent: v1 to avoid break-changing or compatible issues.
I published equivalent-flipped version 1.0.0, and I think there should not be more changes in equivalent-flipped, so it should be ok for crossbeam-skiplist to use equivalent-flipped: v1.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

2 participants