[][src]Function gchemol_readwrite::read_from

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

Read molecules from readable source in specific chemical file format.