Function chemfiles::version

source ·
pub fn version() -> String
Expand description

Get the version of the chemfiles library.

Example

let version = chemfiles::version();
assert!(version.starts_with("0.10"));