We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Not sure if this would be out of scope, but version comparison & sorting could be nice if it was integrated here.
We've been using version_compare for our POC but maybe RPM has different semantics?
version_compare
The text was updated successfully, but these errors were encountered:
See Package::evr() and the EVR struct:
Package::evr()
rpmrepo_metadata/src/common.rs
Line 25 in dcb93be
Version comparison and sorting should already be possible. Let me know if there's anything you need that's missing
Sorry, something went wrong.
Nice! Thank you, I'll try it out.
No branches or pull requests
Not sure if this would be out of scope, but version comparison & sorting could be nice if it was integrated here.
We've been using
version_compare
for our POC but maybe RPM has different semantics?The text was updated successfully, but these errors were encountered: