-
Notifications
You must be signed in to change notification settings - Fork 645
searching for substring "rustc-ap" of crate name yields 0 results #1573
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
Comments
I guess I'm not the first to discover the search issue since there's a ticket on it already. I tried searching for soap and get a few libs back, but soapysdr wasn't listed even though it exists. |
@sgrif @FreeMasen Wouldn't be covered by #1560? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I was searching for "rustc-ap.*" crates on the website, when searching for "rustc-ap", 0 results are shown which is strange because it is literally a substring of the crate name.
https://crates.io/search?q=rustc-ap
Searching for "rustc-" or "rustc" does find some of them though, I wonder what is going on here..
https://crates.io/search?q=rustc-
https://crates.io/search?q=rustc
The text was updated successfully, but these errors were encountered: