version

Function 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"));