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
const REVISION: Option<u64> = git_rev::try_revision_u64!();