-
Notifications
You must be signed in to change notification settings - Fork 46
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
Implement Ord
so that ServiceName
can be used in a BTreeMap
#110
Labels
enhancement
New feature or request
Comments
elfenpiff
added a commit
to elfenpiff/iceoryx2
that referenced
this issue
Feb 7, 2024
…me` and `FixedByteString`
17 tasks
elfenpiff
added a commit
to elfenpiff/iceoryx2
that referenced
this issue
Feb 7, 2024
…me` and `FixedByteString`
elfenpiff
added a commit
to elfenpiff/iceoryx2
that referenced
this issue
Feb 7, 2024
…me` and `FixedByteString`
elfenpiff
added a commit
to elfenpiff/iceoryx2
that referenced
this issue
Feb 8, 2024
elfenpiff
added a commit
to elfenpiff/iceoryx2
that referenced
this issue
Feb 8, 2024
…me` and `FixedByteString`
elfenpiff
added a commit
to elfenpiff/iceoryx2
that referenced
this issue
Feb 8, 2024
elfenpiff
added a commit
to elfenpiff/iceoryx2
that referenced
this issue
Feb 8, 2024
elfenpiff
added a commit
that referenced
this issue
Feb 8, 2024
[#110] Implement `Ord` and `PartialOrd` for `ServiceName`
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
(Code) Example Of Cumbersome API
Currently, the
ServiceName
does not implementOrd
and can therefore not be used inBTreeMap
.Improvement Suggestion
Implement
Ord
andPartialOrd
forFixedByteString
and then implement it inServiceName
via the derive macro.The text was updated successfully, but these errors were encountered: