Module ide_db::items_locator
source · Expand description
This module has the functionality to search the project and its dependencies for a certain item, by its name and a few criteria. The main reason for this module to exist is the fact that project’s items and dependencies’ items are located in different caches, with different APIs.
Enums§
- Three possible ways to search for the name in associated and/or other items.
Statics§
- A value to use, when uncertain which limit to pick.
Functions§
- Searches for importable items with the given name in the crate and its dependencies.