There are currently 7 crates using the keyword nostd and 104 crates using the keyword no_std in their manifest files:
Then there is the category no-std with 223 crates:
Many of the crates using those keywords are not using the no-std category.
With the current state of affairs I need to do 3 independent queries to find crates that work in no_std environments that are relevant to each of my use cases. I'd rather just do 1 query in the no-std category.
Potential actions:
-
cargo publish could forbid using nostd and no_std as a keyword from now on and recommend the user to choose the no-std category instead.
-
crates.io could map the existing crates that have the nostd or no_std keywords into the no-std category.
There are currently 7 crates using the keyword
nostdand 104 crates using the keywordno_stdin their manifest files:Then there is the category
no-stdwith 223 crates:Many of the crates using those keywords are not using the
no-stdcategory.With the current state of affairs I need to do 3 independent queries to find crates that work in
no_stdenvironments that are relevant to each of my use cases. I'd rather just do 1 query in theno-stdcategory.Potential actions:
cargo publish could forbid using
nostdandno_stdas a keyword from now on and recommend the user to choose theno-stdcategory instead.crates.io could map the existing crates that have the
nostdorno_stdkeywords into theno-stdcategory.