Skip to main content

parse_file_with_deps

Function parse_file_with_deps 

Source
pub fn parse_file_with_deps(
    path: &Path,
) -> Result<(DecoderDef, Vec<PathBuf>), Vec<Error>>
Expand description

Parse a .chipi file and return both the definition and the set of all resolved file paths (input + includes). Useful for cargo:rerun-if-changed.