Macro git_version

Source
git_version!() { /* proc-macro */ }
Expand description

Get the git version for the source code.

§Examples

const VERSION: &str = git_version!();