Skip to main content

version_string

Function version_string 

Source
pub fn version_string() -> String
Expand description

Build version string with optional git commit hash.

Returns "0.0.1+abc1234" when git hash is available, "0.0.1" otherwise.