Module ra_ap_hir::import_map

source ·
Expand description

A map of all publicly exported items in a crate.

Structs

Item import details stored in the ImportMap.
A map from publicly exported items to the path needed to import/name them from a downstream crate.

Enums

A way to match import map contents against the search query.

Functions

Searches dependencies of krate for an importable path matching query.