Function convert_dir

Source
pub async fn convert_dir<I, O, P>(
    input_dir: I,
    output_dir: Option<O>,
    format: OutFormat,
    progress: P,
) -> Result<()>
where I: AsRef<Path>, O: AsRef<Path>, P: ProgressHandler + Send + Clone + 'static,
Expand description

Convert dir.

§Note

If output is not specified, the output is placed at the same level as input.

§Errors

Failed to convert.