Given a string of data from common chemistry data formats, this should yield a "molecule_core" data structure representing that chemical, and given a "molecule_core" data structure and a format, this should emit a valid string of data suitable for saving to a file in that format.
Nothing at present, currently a placeholder. Intended functionality is described above.
Documentation will be added as this fills out.
There are no suitable examples on how to use this yet.
const like = 'sample';
At present, this is a placeholder for this project, and functionality will be added to this as needed. Once it becomes useful, suggestions will be welcome.