Function kvc::version

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

Return the current version of the library as a String following semantic versioning, like this: “Major.Minor.Build”

Examples

//Check we have the right version:
assert_eq!(kvc::version(),"1.1.3");