github-client 0.1.0

Github Client
1
2
3
4
#[derive(Deserialize, Debug)]
pub struct BranchCommit {
    pub(in crate) sha: String,
}