Skip to main content

extract_file

Function extract_file 

Source
pub fn extract_file(
    config: &ResolvedConfig,
    path: &Path,
    text: &str,
    known_hooks: &BTreeSet<String>,
    guest_binding: bool,
) -> Result<(Vec<ArtifactDoc>, Vec<WarningDoc>)>