Function chemp::parse

source ยท
pub fn parse<'a>(formula: impl Into<&'a str>) -> Result<Compound, Error>
Expand description

A function takes raw formula string and produce compound or error