//! Facade crate that re-exports COSMolKit core modules.
pubuse cosmolkit_core as core;pubusecosmolkit_core::bio;pubusecosmolkit_core::io;pubusecosmolkit_core::*;/// Returns the crate version at compile time.
#[must_use]pubfnversion()->&'staticstr{env!("CARGO_PKG_VERSION")}