rustdoc search: allow combining a type based search with a name based search
Open
@lolbinarycat is already working on this.
Since Oct 16, 2024.
A-rustdoc-search
A-type-based-search
T-rustdoc
T-rustdoc-frontend
- Dominant language
- Rust
- Stars
- 119k
- Forks
- 16.1k
- PR merge metrics
- PR metrics pending
Description
usecase: i know reqwest has a method on Response that turns error status codes into Result. i know it probably has "error" in the name. it would be nice to be able to do something like "error" Response -> Result to search for this.
in this case, just Response -> Result works well enough, but that seems to be a coincidince due to async functions being ranked below sync functions.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.