molprint-core 0.1.0

Core molecular graph representation, SMILES parser, and ring perception
Documentation
1
2
3
4
pub mod lexer;
pub mod parser;

pub use parser::parse as parse_smiles;