molcrafts-molrs-core 0.1.0

MolCrafts molecular modeling core library
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! Chemical perception algorithms operating on molecular graphs:
//! aromaticity, Gasteiger charges, hydrogen handling, ring detection,
//! stereochemistry, rotatable bonds, and SMARTS matching.

pub mod aromaticity;
pub mod gasteiger;
pub mod hydrogens;
pub mod rings;
pub mod rotatable;
pub mod smarts;
pub mod stereo;