load_graph

Function load_graph 

Source
pub fn load_graph(entry: &Path) -> Result<ModuleGraph, LoadError>
Expand description

Build a module graph starting from entry (a .hk file). Supports use crate::a::b::Item; where modules map to a.hk, a/b.hk, etc.