Macro git_version::git_describe[][src]

macro_rules! git_describe {
    ($($args : tt) *) => { ... };
}
Expand description

Run git describe at compile time with custom flags.

This is just a short-hand for git_version!(args = [...]), to be backwards compatible with earlier versions of this crate.