// #![warn(missing_docs)]
//! # molviewspec
//!
//!
//! ** Work in Progress**
//!
//! Create and consume [MolViewSpec](https://molviewspec.org)
//! files in Rust. Use [ferritin-core] for the backend.
//!
//! See also: the [MVS documentation](https://molviewspec.org/docs) for more information.
//!
pub mod molviewspec;