version

Function version 

Source
pub fn version() -> &'static str
Expand description

return the version number of the library as a string of the form “M.m.p”

  • M is a one or two digit Major version number
  • m is a one or two digit Minor version number
  • p is a one or two digit Patch version number