ChemString
ChemString provides a parser that allows you to convert a string to its representation(s) using chemical symbols.
Examples
use ChemString;
let chem_string = parse.unwrap;
assert_eq!;
let chem_string = parse.unwrap;
let possible_permutation = "Bi C H O N".to_string;
assert!;
License
This project is licensed under the MIT license.