read_from

Function read_from 

Source
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.