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