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.