mordred-core 0.1.0

Core molecular descriptor calculator — Rust port of mordred
Documentation
1
2
3
4
5
6
7
pub mod descriptor;
pub mod error;
pub mod molecule;

pub use descriptor::{Descriptor, DescriptorSet};
pub use error::MordredError;
pub use molecule::{Molecule, parse_smiles};