Module graph

Module graph 

Source
Expand description

NOTE: This analysis module is currently under development and is highly unstable. The #[allow(unused)] attribute is applied to suppress excessive lint warnings. Once the analysis stabilizes, this marker should be removed.

Re-exportsยง

pub use dep_edge::DepEdge;
pub use dep_node::desc_str;
pub use dep_node::DepNode;
pub use transform::TransformKind;

Modulesยง

avail
dep_edge
dep_node
resolve ๐Ÿ”’
serialize ๐Ÿ”’
transform
ty_wrapper ๐Ÿ”’

Structsยง

ApiDependencyGraph
Statistics
TyWrapper
TyWrapper is a wrapper of rustc_middle::ty::Ty

Type Aliasesยง

InnerGraph ๐Ÿ”’