Function convert

Source
pub async fn convert<I, O>(
    input: I,
    output: Option<O>,
    format: OutFormat,
) -> Result<()>
where I: AsRef<Path>, O: AsRef<Path>,
Expand description

Convert dir or file(hkx, xml).

§Note

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

§Errors

Failed to convert.