pub fn version() -> String
Get the version of the chemfiles library.
let version = chemfiles::version(); assert!(version.starts_with("0.10"));