github-client 0.1.0

Github Client
1
2
3
4
5
#[derive(Deserialize, Debug)]
pub struct Base {
    #[serde(rename = "ref")]
    pub(in crate) branch: String,
}