Skip to content

keyword nostd vs no_std vs category no-std #7306

@gnzlbg

Description

@gnzlbg

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions