molcrafts-molrs-core 0.1.0

MolCrafts molecular modeling core library
Documentation
1
2
3
4
5
6
7
8
9
10
//! Columnar data containers: [`Block`](block::Block) column store,
//! [`Frame`](frame::Frame) hierarchical container, trajectory persistence
//! ([`MolRec`](molrec::MolRec)), and canonical column keys.

pub mod block;
pub mod frame;
pub mod frame_access;
pub mod frame_view;
pub mod keys;
pub mod molrec;