Function kvc::version[][src]

pub fn version() -> String

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(),"0.5.1");