pub fn convert_path_to_con(
input: &Path,
output: &Path,
) -> Result<ConvertReport, ConvertError>Expand description
Convert input (CON or chemfiles-readable foreign format) to CON at output.
Returns a ConvertReport. Fails if the foreign path needs chemfiles and
this build is lean, or if zero frames are produced.