cosmolkit-core 0.2.7

Redesigned COSMolKit core with value-style molecule state and explicit topology operation contracts
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! Derived descriptors, rendering, hashing, serialization, and batch helpers.

pub mod avalon_fingerprint;
pub mod batch;
pub mod draw;
pub mod fingerprint;
pub mod mol_hash;
pub mod mol_pickler;

#[cfg(test)]
mod rdkit_prepared_draw_parity;