Skip to main content

parse_auto_string_multi

Function parse_auto_string_multi 

Source
pub fn parse_auto_string_multi(content: &str) -> Result<Vec<Molecule>>
Expand description

Parses multiple molecules from a string with automatic format detection.

This function automatically detects whether the content is SDF V2000, V3000, MOL2, or XYZ format and uses the appropriate parser.