pub fn read_from<R: Read + Seek, S: AsRef<str>>(
    source: R,
    fmt: S
) -> Result<impl Iterator<Item = Molecule>>
Expand description

Read molecules from readable source in specific chemical file format.