-
Notifications
You must be signed in to change notification settings - Fork 676
Open
Description
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
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.
Metadata
Metadata
Assignees
Labels
No labels