cosmolkit-core 0.2.5

Redesigned COSMolKit core with value-style molecule state and explicit topology operation contracts
Documentation
1
2
3
4
5
6
7
8
//! Text notations and fragment/sequence construction.

pub(crate) mod canon_rank;
pub mod canon_smiles;
pub mod fragment;
pub mod sequence;
pub(crate) mod smiles;
pub mod smiles_write;