Skip to content
Discussion options

You must be logged in to vote

I think I see what you're saying - you want to do something like: "find all repositories that have ... in their Cargo.toml", then take that set and search for usages of a feature somewhere else in that set of repos.

Unfortunately such a query is not possible to express right now. We're working on releasing an API though, which I think would be the answer for queries like this. You could make several queries, one to get repositories and another to search within them. The API would also allow you to exhaustively iterate through all of the results, which would probably be necessary for a search like that.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@yaahc
Comment options

Answer selected by look
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Code Search and Navigation Search, navigate, and understand code on GitHub Product Feedback Share your thoughts and suggestions on GitHub features and improvements
2 participants