Module import_map
Expand description
A map of all publicly exported items in a crate.
Structs§
- Import
Info - Item import details stored in the
ImportMap
. - Import
Map - A map from publicly exported items to its name.
- Query
Enums§
- Assoc
Search Mode - Three possible ways to search for the name in associated and/or other items.
- Search
Mode - A way to match import map contents against the search query.
Functions§
- search_
dependencies - Searches dependencies of
krate
for an importable name matchingquery
.