You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This discussion was converted from issue #4211 on November 25, 2021 00:37.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Is your feature request related to a problem? Please describe.
Crates.io currently only provides fulltext search which is not very useful for shell completion.
Describe the solution you'd like
Provide a way to search crate names by prefix (e.g.
^json
) on crates.io and using the cargo cli.Describe alternatives you've considered
Accessing the crates.io-index repo using the github contents api seems to work fine so far.
Additional context
Beta Was this translation helpful? Give feedback.
All reactions