Macro try_revision_u64

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

Expands to an Option containing the first 16 digits of the git HEAD revision code, or None if the revision could not be determined

ยงExamples

const REVISION: Option<u64> = git_rev::try_revision_u64!();