pub fn parse_sdf_auto_file_multi<P: AsRef<Path>>(
path: P,
) -> Result<Vec<Molecule>>Expand description
Parses all molecules from an SDF file with automatic format detection.
When the gzip feature is enabled, files ending in .gz are automatically
decompressed.