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§
- Assoc
Search Mode - Three possible ways to search for the name in associated and/or other items.
Constants§
- DEFAULT_
QUERY_ SEARCH_ LIMIT - A value to use, when uncertain which limit to pick.
Functions§
- items_
with_ name - Searches for importable items with the given name in the crate and its dependencies.
- items_
with_ name_ in_ module - Searches for importable items with the given name in the crate and its dependencies.