github-client 0.1.0

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