Function chemfiles::version [] [src]

pub fn version() -> String

Get the version of the chemfiles library.

Example

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