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

[libz blitz] Missing categories and keywords in Cargo.toml #84

Closed
ericho opened this Issue Aug 22, 2017 · 0 comments

Comments

Projects
None yet
1 participant
@ericho
Copy link

ericho commented Aug 22, 2017

According to C-METADATA in the rust-api-guidelines the keywords field is missing form the package section in Cargo.toml.

Also there is a suggestion to add more items in the categories field if applies.

@ericho ericho referenced this issue Aug 22, 2017

Closed

libz bliz tracking issues #86

0 of 2 tasks complete

mjkillough added a commit to mjkillough/rust-threadpool that referenced this issue Aug 22, 2017

Add keywords and categories to Cargo.toml.
 - Add a set of keywords that I'd search for when looking for a similar
   library.
 - Add the 'os' category - there seem to be other libraries in that
   category that offer similar abstractions on top of OS level features
   like threads.
 - Considered (but didn't) add the 'asynchronous' category. The
   crates.io description for that category suggest it's exclusively for
   Tokio-like libraries.

Fixes rust-threadpool#84.

@frewsxcv frewsxcv closed this in #88 Aug 24, 2017

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
You can’t perform that action at this time.