Skip to main content

parse_sdf_auto_file

Function parse_sdf_auto_file 

Source
pub fn parse_sdf_auto_file<P: AsRef<Path>>(path: P) -> Result<Molecule>
Expand description

Parses an SDF file with automatic format detection.

When the gzip feature is enabled, files ending in .gz are automatically decompressed.