molcrafts-molrs 0.7.0

Molecular simulation toolkit: core data structures, IO, trajectory analysis, force fields, SMILES, and 3D conformer generation (feature-gated modules)
Documentation
1
2
3
4
//! Persistence backends for trajectory storage (Zarr V3).

#[cfg(feature = "zarr")]
pub mod zarr;