pub fn parse_cdxml(
input: &str,
) -> Result<(Molecule, Vec<(f64, f64)>), CdxmlError>Expand description
Parse a CDXML document and return the first molecular fragment.
Convenience wrapper around parse_cdxml_all.
pub fn parse_cdxml(
input: &str,
) -> Result<(Molecule, Vec<(f64, f64)>), CdxmlError>Parse a CDXML document and return the first molecular fragment.
Convenience wrapper around parse_cdxml_all.