pub const fn get_commit_sha() -> &'static str
Returns the Git short SHA for the current commit.
use rssn::constant::get_commit_sha; let sha = get_commit_sha(); assert!(!sha.is_empty());