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