-
Notifications
You must be signed in to change notification settings - Fork 150
Add cargo keywords and categories. #318
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
Conversation
This failure is surely unrelated to my change - the failures are
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for working on this! Can you suggest updates for all of the sub-crates too?
The CI failure should be resolved now if you rebase.
Cargo.toml
Outdated
@@ -3,7 +3,8 @@ authors = ["The Rust Project Developers"] | |||
description = "A collection of numeric types and traits for Rust, including bigint,\ncomplex, rational, range iterators, generic integers, and more!\n" | |||
documentation = "http://rust-num.github.io/num" | |||
homepage = "https://github.com/rust-num/num" | |||
keywords = ["mathematics", "numerics"] | |||
keywords = ["mathematics", "numerics", "bignum"] | |||
categories = [ "algorithms", "data-structures", "science", "cryptography" ] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It seems a little bit of a stretch to say "science", but there aren't any math categories, so I guess that will do.
I'm less comfortable with "cryptography" though. Yes, bigints are usually needed to implement crypto, but we don't implement any crypto algorithms here.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks. Rebased, and I've added some suggestions to the subcrates. The category slugs are a bit lacking, IMHO, and I also don't understand the purpose of all the subcrates, so again any suggestions are welcome!
Resolves rust-num#306. Suggestions welcome for better keywords/categories, though there is a limit of 5 of each.
It's been rebased. |
Thanks! bors r+ |
Build succeeded |
Thanks! |
Fixes #306. Suggestions welcome for better keywords/categories, though there is a limit of 5 of each.