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
//! Zarr error conversions.
//!
//! The `From<zarrs::*Error> for MolRsError` impls live in `molrs-core`
//! behind the `zarr` feature, activated when `molrs-io/zarr` is enabled.