pub fn process_file(path: &Path) -> Result<ProcessResult, String>Expand description
Process a file: find all fsrc src="..." directives and replace the
content between them and their closing /fsrc markers.
pub fn process_file(path: &Path) -> Result<ProcessResult, String>Process a file: find all fsrc src="..." directives and replace the
content between them and their closing /fsrc markers.