//! Biomolecular structure primitives and traversal helpers.
/// Returns the module version at compile time.
#[must_use]pubfnversion()->&'staticstr{env!("CARGO_PKG_VERSION")}#[cfg(test)]modtests{usesuper::version;#[test]fnversion_is_not_empty(){assert!(!version().is_empty());}}