[][src]Macro git_rev::try_revision_u64

try_revision_u64!() { /* proc-macro */ }

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!();