Skip to main content

CommitHash

Type Alias CommitHash 

Source
pub type CommitHash = String;
Expand description

A commit hash. 64-char lowercase hex (SHA-256 truncated or full).

Aliased Typeยง

pub struct CommitHash { /* private fields */ }