cosmolkit-core 0.2.6

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
12
13
14
15
//! Core molecule state model.
//!
//! This directory owns storage, identifiers, builders, read-only operation
//! views, and invariants for the value-style `Molecule` core.

pub mod adjacency;
pub mod atom;
pub mod bond;
pub mod builder;
pub mod derived;
pub mod error;
pub(crate) mod invariants;
pub mod molecule;
pub mod read_parts;
pub mod sgroup;